|
| DotRas SDK Documentation |
| RasCommonDialog..::..OnError Method |
| RasCommonDialog Class See Also Send Feedback |
|
Raises the Error event.
Namespace: DotRas.Design
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
protected void OnError( RasErrorEventArgs e ) |
| Visual Basic |
|---|
Protected Sub OnError ( e As RasErrorEventArgs ) |
| Visual C++ |
|---|
protected: void OnError( RasErrorEventArgs^ e ) |
| F# |
|---|
member OnError : e : RasErrorEventArgs -> unit |
Parameters
- e
- Type: DotRas..::..RasErrorEventArgs
An RasErrorEventArgs containing event data.