RasDialException Constructor (Int32, Int32)

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Initializes a new instance of the RasDialException class.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public RasDialException(
	int errorCode,
	int extendedErrorCode
)
Visual Basic
Public Sub New ( 
	errorCode As Integer,
	extendedErrorCode As Integer
)
Visual C++
public:
RasDialException(
	int errorCode, 
	int extendedErrorCode
)
F#
new : 
        errorCode : int * 
        extendedErrorCode : int -> RasDialException

Parameters

errorCode
Type: System..::..Int32
The error code that caused the exception.
extendedErrorCode
Type: System..::..Int32
The extended error code (if any) that occurred.

See Also