NetworkControllerInvocationException
Namespace: TagBites.Net
Assembly: TagBites.Net.dll
The exception that is thrown when another exception occurred while remote method invocation.
public class NetworkControllerInvocationException : System.Exception
Properties
RemoteException
Gets full remote exception message.
public string RemoteException { get; }
Result Type: string
RemoteMessage
Gets remote exception message.
public string RemoteMessage { get; }
Result Type: string
Type
Gets a type of exception.
public NetworkControllerInvocationExceptionType Type { get; }
Result Type: NetworkControllerInvocationExceptionType