ExceptionDetail Properties
Collapse the table of content
Expand the table of content

ExceptionDetail Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The ExceptionDetail type exposes the following members.

  NameDescription
Public property InnerException Gets or sets the ExceptionDetail object that represents the inner exception.
Public property Message Gets or sets the message from the exception passed to the constructor.
Public property StackTrace Gets or sets the stack trace information from the exception passed to the constructor.
Public property Type Gets or sets the type string for the exception passed to the constructor.
Top

Show:
© 2017 Microsoft