Skip to content
Auto
Products

NetworkControllerInvocationExceptionType

Namespace: TagBites.Net
Assembly: TagBites.Net.dll
Product: TagBites.Net v. 1.0.3

Type of remote method invocation exception

public enum NetworkControllerInvocationExceptionType

Remote controller type not found.

ControllerNotFound = 2

Error occurred while receiving data.

DataReceivingError = 1

Exception occurred while executing remote method.

MethodInvokeException = 4

Remote controller’s method not found.

MethodNotFound = 3

Operation has been cancelled.

OperationCancelled = 0