Share via


ExportErrorEventArgs.Exception Property

Gets the error that occurred when the current diagram was being exported.

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

Syntax

'Declaration
Public ReadOnly Property Exception As Exception
'Usage
Dim instance As ExportErrorEventArgs 
Dim value As Exception 

value = instance.Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get ();
}
public function get Exception () : Exception

Property Value

Type: System.Exception
The error that occurred when the current diagram was being exported.

.NET Framework Security

See Also

Reference

ExportErrorEventArgs Class

ExportErrorEventArgs Members

Microsoft.VisualStudio.Modeling.Shell Namespace