NetworkControllerInvocationException
Namespace: TagBites.Net
Assembly: TagBites.Net.dll
The exception that is thrown when another exception occured while remote method invocation.
public class NetworkControllerInvocationException : System.Exception
Properties
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