ExceptionManagerIgnoreExceptionsLogCallback Delegate |
Ignored Exceptions Log callback.
Namespace:
Aspose.Email.Exceptions
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 21.2
Syntaxpublic delegate void IgnoreExceptionsLogCallback(
string message
)
Public Delegate Sub IgnoreExceptionsLogCallback (
message As String
)
public delegate void IgnoreExceptionsLogCallback(
String^ message
)
type IgnoreExceptionsLogCallback =
delegate of
message : string -> unit
Parameters
- message
- Type: SystemString
See Also