Autodesk Vault ProfessionalVault API

ExceptionEventArgs Class

Autodesk.DataManagement.Client.Framework.Vault.FormsAutodesk.DataManagement.Client.Framework.Vault.Forms.Currency

Event args for an exception

Syntax

public class ExceptionEventArgs : System.EventArgs 
Public Class ExceptionEventArgs
   Inherits System.EventArgs

Properties

NameDescription
ExceptionThe exception
HandledIndicates whether or no the exception is handled. Set to true when the exception is handled.

Returned By

Where you get a ExceptionEventArgs — members that return one.

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • Autodesk.DataManagement.Client.Framework.Vault.Forms.Currency.ExceptionEventArgs

See Also