Lokad SDK for .NET - Documentation
With Method (handler)
NamespacesLokadActionPolicyWith(ExceptionHandler)
Starts building ActionPolicy that can handle exceptions, as determined by handler
Declaration Syntax
C#Visual BasicVisual C++
public static Syntax<ExceptionHandler> With(
	ExceptionHandler handler
)
Public Shared Function With ( _
	handler As ExceptionHandler _
) As Syntax(Of ExceptionHandler)
public:
static Syntax<ExceptionHandler^>^ With(
	ExceptionHandler^ handler
)
Parameters
handler (ExceptionHandler)
The exception handler.
Return Value
syntax

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