Table of Contents

Class BaseException

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

Base class for the exception descendants in the library.

public class BaseException : Exception, ISerializable
Inheritance
BaseException
Implements

Constructors

BaseException()

Initializes a new instance of the BaseException class.

BaseException(string)

Initializes a new instance of the BaseException class with a specified error message.

BaseException(string, Exception?)

Initializes a new instance of the BaseException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Methods

RaiseExceptionCreated(Exception, string?, Exception?, ICustomAttributes?)

Raises ExceptionCreated event.

Events

ExceptionCreated

Occurs when new BaseException descendant is created.