Initializes a new instance of the RasException class.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public RasException( int errorCode ) |
Visual Basic |
---|
Public Sub New ( errorCode As Integer ) |
Visual C++ |
---|
public: RasException( int errorCode ) |
F# |
---|
new : errorCode : int -> RasException |
Parameters
- errorCode
- Type: System..::..Int32
The error code that caused the exception.