Table of Contents

Class TripousDesktopException

Namespace
Tripous.Desktop
Assembly
Tripous.Desktop.dll

Represents errors that occur in Tripous desktop services and UI.

public class TripousDesktopException : ApplicationException, ISerializable
Inheritance
TripousDesktopException
Implements
Inherited Members
Extension Methods

Constructors

TripousDesktopException()

Initializes a new instance of the TripousDesktopException class.

public TripousDesktopException()

TripousDesktopException(string)

Initializes a new instance of the TripousDesktopException class.

public TripousDesktopException(string Message)

Parameters

Message string

The error message.

TripousDesktopException(string, Exception)

Initializes a new instance of the TripousDesktopException class.

public TripousDesktopException(string Message, Exception InnerException)

Parameters

Message string

The error message.

InnerException Exception

The inner exception.