RasErrorEventArgs Constructor

DotRas SDK

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

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

Syntax

C#
public RasErrorEventArgs(
	int errorCode,
	string errorMessage
)
Visual Basic
Public Sub New ( 
	errorCode As Integer,
	errorMessage As String
)
Visual C++
public:
RasErrorEventArgs(
	int errorCode, 
	String^ errorMessage
)
F#
new : 
        errorCode : int * 
        errorMessage : string -> RasErrorEventArgs

Parameters

errorCode
Type: System..::..Int32
The error code that occurred.
errorMessage
Type: System..::..String
The error message associated with the error code.

See Also