InnerError 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.
A more specific error description than was provided by the containing error.
public class InnerError
type InnerError = class
Public Class InnerError
- Inheritance
-
InnerError
Constructors
| Name | Description |
|---|---|
| InnerError() |
Initializes a new instance of InnerError. |
Properties
| Name | Description |
|---|---|
| Code |
A more specific error code than was provided by the containing error. |
| Innererror |
An object containing more specific information than the current object about the error. |