BridgeTests.Tests.TestCommunicationClass.TestUnMarshallExceptionWithInvalidInput C# (CSharp) Метод

TestUnMarshallExceptionWithInvalidInput() приватный Метод

private TestUnMarshallExceptionWithInvalidInput ( ) : void
Результат void
        public void TestUnMarshallExceptionWithInvalidInput()
        {
            marshaller.UnmarshallObject("EXCEPTION", typeof(RemoteMethodCall));
        }