AVBlocks for .NET  1.20
Audio and Video Software Development Kit
ErrorInfo Class Reference

Describes an AVBlocks error. More...

Inheritance diagram for ErrorInfo:

Public Member Functions

object Clone ()
 Creates a deep copy of the ErrorInfo object. More...
 

Properties

String Block [get]
 The name of the component/block that has generated the error. More...
 
int Code [get]
 Error code. More...
 
ErrorFacility Facility [get]
 Error facility. More...
 
String Hint [get]
 Diagnostic hint. More...
 
String Message [get]
 Error message. More...
 

Detailed Description

Describes an AVBlocks error.

Member Function Documentation

object Clone ( )

Creates a deep copy of the ErrorInfo object.

Returns
A new ErrorInfo instance which is a deep copy of the current object.

Property Documentation

String Block
get

The name of the component/block that has generated the error.

This is useful only when Facility is ErrorFacility.Block.

int Code
get

Error code.

The value depends on the error facility.

ErrorFacility Facility
get

Error facility.

This is the AVBlocks subsystem that has generated the error.

String Hint
get

Diagnostic hint.

This is an implementation specific diagnostics message, suitable for error logs or debugging.

This property is not implemented in the current version.

String Message
get

Error message.

This is a human-readable description of the error.

This property is not implemented in the current version.