ExceptionManagerIgnoreExceptionsCallback Delegate |
Ignore Exceptions callback.
Namespace:
Aspose.Email.Exceptions
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 21.2
Syntaxpublic delegate bool IgnoreExceptionsCallback(
AsposeException ex,
string path
)
Public Delegate Function IgnoreExceptionsCallback (
ex As AsposeException,
path As String
) As Boolean
public delegate bool IgnoreExceptionsCallback(
AsposeException^ ex,
String^ path
)
type IgnoreExceptionsCallback =
delegate of
ex : AsposeException *
path : string -> bool
Parameters
- ex
- Type: Aspose.EmailAsposeException
- path
- Type: SystemString
Return Value
Type:
Boolean
See Also