Click or drag to resize
FaultException Properties

The FaultException type exposes the following members.

Properties
  NameDescription
Public propertyInnerException
Gets the Exception instance that caused the current exception.
(Inherited from Exception.)
Public propertyMessage
Gets the message for the exception.
(Overrides ExceptionMessage.)
Public propertyStackTrace
Gets a string representation of the immediate frames on the call stack.
(Inherited from Exception.)
Top
See Also