DesignerView.OnCommandException Method
Raises the CommandException event.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Protected Overridable Sub OnCommandException ( _
e As CommandExceptionEventArgs _
)
protected virtual void OnCommandException(
CommandExceptionEventArgs e
)
protected:
virtual void OnCommandException(
CommandExceptionEventArgs^ e
)
abstract OnCommandException :
e:CommandExceptionEventArgs -> unit
override OnCommandException :
e:CommandExceptionEventArgs -> unit
protected function OnCommandException(
e : CommandExceptionEventArgs
)
Parameters
- e
Type: Microsoft.Windows.Design.Interaction.CommandExceptionEventArgs
The CommandExceptionEventArgs used when raising this event.
.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
Microsoft.Windows.Design.Interaction Namespace