Share via


ExportErrorEventArgs Class

Represents the arguments for the ExportErrorEventArgs class.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
Public Class ExportErrorEventArgs _
    Inherits EventArgs
'Usage
Dim instance As ExportErrorEventArgs
public class ExportErrorEventArgs : EventArgs
public ref class ExportErrorEventArgs : public EventArgs
public class ExportErrorEventArgs extends EventArgs

Remarks

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.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Modeling.Shell.ExportErrorEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ExportErrorEventArgs Members

Microsoft.VisualStudio.Modeling.Shell Namespace