Skip to content
Auto
Products

NetworkControllerInvocationException

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

The exception that is thrown when another exception occurred while remote method invocation.

public class NetworkControllerInvocationException : System.Exception

Inheritance: Exception → NetworkControllerInvocationException

Gets full remote exception message.

public string RemoteException { get; }

string

Gets remote exception message.

public string RemoteMessage { get; }

string

Gets a type of exception.

public NetworkControllerInvocationExceptionType Type { get; }

NetworkControllerInvocationExceptionType