PrimoBurner for .NET  4.6
CD, DVD and Blu-ray Software Development Kit
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
ErrorInfo Class Reference

Describes a PrimoBurner error. More...

Inherits ICloneable.

Public Member Functions

object Clone ()
 Creates a copy of this object. More...
 

Properties

int Code [get, set]
 Error code. More...
 
ErrorFacility Facility [get, set]
 Error facility. More...
 
String Message [get, set]
 Error message. More...
 

Detailed Description

Describes a PrimoBurner error.

Member Function Documentation

object Clone ( )

Creates a copy of this object.

Returns
A new ErrorInfo object.

Property Documentation

int Code
getset

Error code.

The value depends on the error facility

ErrorFacility Facility
getset

Error facility.

This is the PrimoBurner subsystem that has generated the error.

String Message
getset

Error message.

This is a human-readable description of the error.