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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)

Syntax

'Declaração
Public ReadOnly Property Exception As Exception
    Get
public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get ();
}
member Exception : Exception
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

Microsoft.VisualStudio.Modeling.Shell Namespace