Method | Description | |
---|---|---|
ExportFailedEventArgs ( |
A simple constructor that initializes the object with the given values. This form is used when exporting to the clipboard. The value of the Message is initially set to the given exception's Exception.Message. |
|
ExportFailedEventArgs ( string p_strFilename, |
A simple constructor that initializes the object with the given values. The value of the Message is initially set to the given exception's Exception.Message. |
public ExportFailedEventArgs ( |
||
p_exError | The error that occurred. | |
return | System |
public ExportFailedEventArgs ( string p_strFilename, |
||
p_strFilename | string | The filename that the load order failed to export to. |
p_exError | The error that occurred. | |
return | System |