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.
| Name | Description | |
|---|---|---|
|
InnerException | Gets or sets the ExceptionDetail object that represents the inner exception. |
|
Message | Gets or sets the message from the exception passed to the constructor. |
|
StackTrace | Gets or sets the stack trace information from the exception passed to the constructor. |
|
Type | Gets or sets the type string for the exception passed to the constructor. |
Show: