CommandExceptionEventArgs.Exception Property
Gets the exception that was passed into the constructor.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property Exception As Exception
'Usage
Dim instance As CommandExceptionEventArgs
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
An Exception that was passed into the constructor.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CommandExceptionEventArgs Class
CommandExceptionEventArgs Members
Microsoft.Windows.Design.Interaction Namespace