ExportErrorEventArgs Class
Represents the arguments for the ExportErrorEventArgs class.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | ExportErrorEventArgs(Int32, String^) | Initializes a new instance of the ExportErrorEventArgs class. |
![]() | ExportErrorEventArgs(Int32, String^, Exception^) | Initializes a new instance of the ExportErrorEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | Continue | Gets and sets continueExporting, which determines whether the current operation should continue to export diagrams if an error occurs. |
![]() | ErrorMessage | Gets the error message for the error. |
![]() | Exception | Gets the error that occurred when the current diagram was being exported. |
![]() | ExportedDiagramsCount | Gets the number of diagrams that were exported before the error occurred. |
![]() | ProjectFile | Gets the file name of the diagram that was being exported when the error occurred. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
You use this class with the DiagramExporter class, which exports diagrams to disk as images. ExportErrorEvent calls this class. You can provide an event callback to DiagramExporter so that when an error occurs, the event is raised with this ExportErrorEventArgs object.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


