RemoteInvocationException.ErrorCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.