Table of Contents

Method RaiseExceptionCreated

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 Exception

Exception object to pass as sender parameter.

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

attr ICustomAttributes

Custom atrributes of the exception.