ExceptionEventArgs Class

Visual Studio 2015
 

Provides error exception data for an event.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Language.Intellisense.ExceptionEventArgs

public class ExceptionEventArgs : EventArgs

NameDescription
System_CAPS_pubmethodExceptionEventArgs(Exception)

Creates new instance of ExceptionEventArgs.

NameDescription
System_CAPS_pubpropertyException

Gets the exception that details the cause of the failure.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: