RasComponent.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(
	ErrorEventArgs e
)
Visual Basic
Protected Sub OnError ( 
	e As ErrorEventArgs
)
Visual C++
protected:
void OnError(
	ErrorEventArgs^ e
)
F#
member OnError : 
        e : ErrorEventArgs -> unit 

Parameters

e
Type: System.IO..::..ErrorEventArgs
An ErrorEventArgs containing event data.

See Also