DVDBuilder for .NET  3.4
DVD Authoring Software Development Kit
ErrorInfo Class Reference

Describes a DVDBuilder error. More...

Inheritance diagram for ErrorInfo:

Public Member Functions

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

Properties

int Code [get]
 Error code. More...
 
ErrorFacility Facility [get]
 Error facility. More...
 
String Hint [get]
 A string that helps to pinpoint the reason for a DVDBuilder error. More...
 
String Message [get]
 Error message. More...
 

Detailed Description

Describes a DVDBuilder 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

int Code
get

Error code.

The value depends on the error facility.

ErrorFacility Facility
get

Error facility.

This is the DVDBuilder subsystem that has generated the error.

String Hint
get

A string that helps to pinpoint the reason for a DVDBuilder error.

String Message
get

Error message.

This is a human-readable description of the error.