Method RaiseExceptionCreated
RaiseExceptionCreated(Exception, string?, Exception?, ICustomAttributes?)
Raises ExceptionCreated event.
public static void RaiseExceptionCreated(Exception sender, string? message = null, Exception? innerException = null, ICustomAttributes? attr = null)
Parameters
sender
ExceptionException object to pass as sender parameter.
message
stringThe error message that explains the reason for the exception.
innerException
ExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.
attr
ICustomAttributesCustom atrributes of the exception.