Click or drag to resize
Exception Properties

The Exception type exposes the following members.

Properties
  NameDescription
Public propertyInnerException
Gets the Exception instance that caused the current exception.
Public propertyMessage
Gets a message that describes the current exception.
Public propertyStackTrace
Gets a string representation of the immediate frames on the call stack.
Top
See Also