NetworkControllerInvocationException
Namespace: TagBites.Net
Assembly: TagBites.Net.dll
Product: TagBites.Net v. 1.0.3
The exception that is thrown when another exception occurred while remote method invocation.
public class NetworkControllerInvocationException : System.ExceptionInheritance: Exception → NetworkControllerInvocationException
Properties
Section titled “Properties”RemoteException
Section titled “RemoteException”Gets full remote exception message.
public string RemoteException { get; }Property Value
Section titled “Property Value”RemoteMessage
Section titled “RemoteMessage”Gets remote exception message.
public string RemoteMessage { get; }Property Value
Section titled “Property Value”Gets a type of exception.
public NetworkControllerInvocationExceptionType Type { get; }