NetworkControllerInvocationExceptionType
Namespace: TagBites.Net
Assembly: TagBites.Net.dll
Type of remote method invocation exception
public sealed enum NetworkControllerInvocationExceptionType : System.Enum
Fields
ControllerNotFound
Remote controller type not found.
public NetworkControllerInvocationExceptionType ControllerNotFound
Result Type: NetworkControllerInvocationExceptionType
DataReceivingError
Error occurred while receiving data.
public NetworkControllerInvocationExceptionType DataReceivingError
Result Type: NetworkControllerInvocationExceptionType
MethodInvokeException
Exception occurred while executing remote method.
public NetworkControllerInvocationExceptionType MethodInvokeException
Result Type: NetworkControllerInvocationExceptionType
MethodNotFound
Remote controller's method not found.
public NetworkControllerInvocationExceptionType MethodNotFound
Result Type: NetworkControllerInvocationExceptionType
OperationCancelled
Operation has been cancelled.
public NetworkControllerInvocationExceptionType OperationCancelled
Result Type: NetworkControllerInvocationExceptionType