ErrorInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Error definition.
public class ErrorInformation
type ErrorInformation = class
Public Class ErrorInformation
- Inheritance
-
ErrorInformation
Constructors
| Name | Description |
|---|---|
| ErrorInformation() |
Initializes a new instance of ErrorInformation. |
Properties
| Name | Description |
|---|---|
| Code |
Service specific error code which serves as the substatus for the HTTP error code. |
| Details |
Internal error details. |
| Innererror |
An object containing more specific information than the current object about the error. |
| Message |
A human-readable representation of the error. |