







![]() ![]() |
DotRas SDK Documentation |
RasErrorEventArgs..::..ErrorMessage Property |
RasErrorEventArgs Class See Also Send Feedback |
![]() |
Gets the error message for the error code that occurred.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public string ErrorMessage { get; } |
Visual Basic |
---|
Public ReadOnly Property ErrorMessage As String Get |
Visual C++ |
---|
public: property String^ ErrorMessage { String^ get (); } |
F# |
---|
member ErrorMessage : string with get |