BridgeTests.Tests.TestCommunicationClass.TestUnMarshallExceptionWithInvalidInput C# (CSharp) 메소드

TestUnMarshallExceptionWithInvalidInput() 개인적인 메소드

private TestUnMarshallExceptionWithInvalidInput ( ) : void
리턴 void
        public void TestUnMarshallExceptionWithInvalidInput()
        {
            marshaller.UnmarshallObject("EXCEPTION", typeof(RemoteMethodCall));
        }