DotRas SDK Documentation |
RasException..::..ErrorCode Property |
RasException Class See Also Send Feedback |
Gets the error code that caused the exception.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public int ErrorCode { get; } |
Visual Basic |
---|
Public ReadOnly Property ErrorCode As Integer Get |
Visual C++ |
---|
public: property int ErrorCode { int get (); } |
F# |
---|
member ErrorCode : int with get |