Lokad SDK for .NET - Documentation
Handle<(Of <(TEx1, TEx2, TEx3>)>) Method
NamespacesLokadActionPolicyHandle<(Of <(TEx1, TEx2, TEx3>)>)()()()
Starts building simple ActionPolicy that can handle TEx1 or TEx1
Declaration Syntax
C#Visual BasicVisual C++
public static Syntax<ExceptionHandler> Handle<TEx1, TEx2, TEx3>()
where TEx1 : Exception
where TEx2 : Exception
where TEx3 : Exception
Public Shared Function Handle(Of TEx1 As Exception, TEx2 As Exception, TEx3 As Exception) As Syntax(Of ExceptionHandler)
public:
generic<typename TEx1, typename TEx2, typename TEx3>
where TEx1 : Exception
where TEx2 : Exception
where TEx3 : Exception
static Syntax<ExceptionHandler^>^ Handle()
Generic Template Parameters
TEx1
The first type of the exception to handle.
TEx2
The second of the exception to handle.
TEx3
The third of the exception to handle.
Return Value
syntax

Assembly: Lokad.Sdk (Module: Lokad.Sdk) Version: 2.4.669.0 (2.4.669.0)