Class ETLBoxException

The generic ETLBox Exception. See inner exception for more details.

Inheritance
ETLBoxException
Implements
Namespace: ETLBox
Assembly: ETLBox.dll
Syntax
    public class ETLBoxException : Exception, ISerializable

Constructors

ETLBoxException()

Declaration
    public ETLBoxException()

ETLBoxException(string)

Declaration
    public ETLBoxException(string message)
Parameters
TypeNameDescription
stringmessage

ETLBoxException(string, Exception)

Declaration
    public ETLBoxException(string message, Exception innerException)
Parameters
TypeNameDescription
stringmessage
ExceptioninnerException

Implements

Extension Methods