PrimoBurner for .NET  5.0
CD, DVD and Blu-ray Software Development Kit
Loading...
Searching...
No Matches
ErrorInfo Class Reference

Describes a PrimoBurner error. More...

Inherits ICloneable.

Public Member Functions

object Clone ()
 Creates a copy of this object.
 

Properties

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

Detailed Description

Describes a PrimoBurner error.

Member Function Documentation

◆ Clone()

object Clone ( )

Creates a copy of this object.

Returns
A new ErrorInfo object.

References ErrorInfo.Code, ErrorInfo.Facility, and ErrorInfo.Message.

Property Documentation

◆ Code

int Code
getset

Error code.

The value depends on the error facility

Referenced by ErrorInfo.Clone().

◆ Facility

ErrorFacility Facility
getset

Error facility.

This is the PrimoBurner subsystem that has generated the error.

Referenced by ErrorInfo.Clone().

◆ Message

String Message
getset

Error message.

This is a human-readable description of the error.

Referenced by ErrorInfo.Clone().