RasCommonDialog.OnError Method

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
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.

See Also