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

Contains the parameters of the DiscArchive.OnSourceFileError event. More...

Inherits EventArgs.

Properties

ErrorInfo Error [get, set]
 Returns the description of the error that triggered the corresponding file-error event.
 
string LayoutPath [get, set]
 Returns the path of the item within the layout, for which the error was raised.
 
string SourcePath [get, set]
 Returns the actual full path of the file on the hard drive/network location/ etc, for which the error was raised.
 

Detailed Description

Contains the parameters of the DiscArchive.OnSourceFileError event.

See also
DiscArchive.OnSourceFileError

Property Documentation

◆ LayoutPath

string LayoutPath
getset

Returns the path of the item within the layout, for which the error was raised.

This value may be used in DataFile.Find method to access the actual DataFile element.

See also
DataFile.Find

◆ SourcePath

string SourcePath
getset

Returns the actual full path of the file on the hard drive/network location/ etc, for which the error was raised.

See also
DataFile.FilePath