|
AVBlocks for .NET
3.1
Audio and Video Software Development Kit
|
Describes an AVBlocks error. More...
Public Member Functions | |
| ErrorInfo () | |
| Creates an instance of ErrorInfo. | |
| object | Clone () |
| Creates a deep copy of the ErrorInfo object. | |
Properties | |
| String | Block [get, set] |
| The name of the component/block that has generated the error. | |
| int | Code [get, set] |
| Error code. | |
| ErrorFacility | Facility [get, set] |
| Error facility. | |
| String | Hint [get, set] |
| Diagnostic hint. | |
| String | Message [get, set] |
| Error message. | |
Describes an AVBlocks error.
| object Clone | ( | ) |
Creates a deep copy of the ErrorInfo object.
References ErrorInfo.ErrorInfo(), ErrorInfo.Block, ErrorInfo.Code, ErrorInfo.Facility, ErrorInfo.Hint, and ErrorInfo.Message.
|
getset |
The name of the component/block that has generated the error.
This is useful only when Facility is ErrorFacility.Block.
Referenced by ErrorInfo.Clone().
|
getset |
|
getset |
Error facility.
This is the AVBlocks subsystem that has generated the error.
Referenced by ErrorInfo.Clone().
|
getset |
Diagnostic hint.
This is an implementation specific diagnostics message, suitable for error logs or debugging.
Referenced by ErrorInfo.Clone().
|
getset |