RasAmbInfo.ErrorCode Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the error code (if any) that occurred.

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

Property Value

Type: Int32

Remarks

This member indicates the actual fatal error (if any) that occurred during the control protocol negotiation, the error that prevented the projection from completing successfully.

See Also