Strategy_.OnException Method

protected virtual void OnException( 
string source
Event ev
Exception exception 
)
This language is not supported or no code example is available.
protected:  
virtual void OnException( 
String^ source
Event^ ev
Exception^ exception 
)
This language is not supported or no code example is available.
protected function OnException( 
source : String
ev : Event
exception : Exception 
);
This language is not supported or no code example is available.

Parameters

source
string

ev
Event

exception
Exception

In this article

Definition