NetworkControllerInvocationExceptionType
Namespace: TagBites.Net
Assembly: TagBites.Net.dll
Product: TagBites.Net v. 1.0.3
Type of remote method invocation exception
public enum NetworkControllerInvocationExceptionTypeFields
Section titled “Fields”ControllerNotFound
Section titled “ControllerNotFound”Remote controller type not found.
ControllerNotFound = 2DataReceivingError
Section titled “DataReceivingError”Error occurred while receiving data.
DataReceivingError = 1MethodInvokeException
Section titled “MethodInvokeException”Exception occurred while executing remote method.
MethodInvokeException = 4MethodNotFound
Section titled “MethodNotFound”Remote controller’s method not found.
MethodNotFound = 3OperationCancelled
Section titled “OperationCancelled”Operation has been cancelled.
OperationCancelled = 0