QuickBooksError Class Members
In This Topic
The following tables list the members exposed by QuickBooksError.
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Code | Gets the code that indicates the reason of the error. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Detail | Gets or sets more detailed information about the reason of the error. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Field | Gets or sets the name of the field that caused the error. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Message | Gets or sets the message that describes the current exception. |
Top
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | ToString | Creates and returns a string representation of the current exception. |
Top
See Also