Bridge

Exception Members

The Exception type exposes the following members.

Constructors


  Name Description
Public method Exception()()()()
Initializes a new instance of the Exception class.
Public method Exception(String)
Initializes a new instance of the Exception class with a specified error message.
Public method Exception(String, Exception)

Properties


  Name Description
Public property Data
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
Public property InnerException
Gets the Exception instance that caused the current exception.
Public property Message
Gets a message that describes the current exception.
Public property StackTrace
Gets a string representation of the immediate frames on the call stack.