ExportErrorEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Arguments related to an ExportErrorEvent.
public ref class ExportErrorEventArgs : EventArgs
public class ExportErrorEventArgs : EventArgs
type ExportErrorEventArgs = class
inherit EventArgs
Public Class ExportErrorEventArgs
Inherits EventArgs
- Inheritance
-
ExportErrorEventArgs
Constructors
ExportErrorEventArgs(Int32, String, Exception) |
Initialize an ExportErrorEventArgs instance. |
ExportErrorEventArgs(Int32, String) |
Initialize an ExportErrorEventArgs instance. |
Properties
Continue |
Whether to continue. Event handlers can set Continue to false if they do not wish to continue the export operation. |
ErrorMessage |
The error message corresponding to this export error. |
Exception |
The exception encountered while exporting the current item. |
ExportedDiagramsCount |
The number of diagrams exported thus far. |
ProjectFile |
The file name of the current item being exported. |