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
senderExceptionException object to pass as sender parameter.
messagestringThe error message that explains the reason for the exception.
innerExceptionExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.
attrICustomAttributesCustom atrributes of the exception.