RemoteInvocationException.ErrorCode Property

Definition

Gets the value of the error.code field in the response.

public int ErrorCode { get; }
member this.ErrorCode : int
Public ReadOnly Property ErrorCode As Integer

Property Value

The value may be any integer. The value may be InvocationError, which is a general value used for exceptions thrown on the server when the server does not give an app-specific error code.

Applies to