PubException

PubException class

Represents errors that occur during PUB application execution.

public class PubException : ApplicationException

Constructors

NameDescription
PubException(string)Initializes a new instance of the PubException class.
PubException(string, Exception)Initializes a new instance of the PubException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Properties

NameDescription
override Message { get; }Gets a message that describes the current exception.
override StackTrace { get; }Gets a string representation of the immediate frames on the call stack.

See Also