ENC_EXCEPTION_SPAN Structure

 

Provides information about an Edit and Continue exception span.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

public struct ENC_EXCEPTION_SPAN

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldid

Identifier for the exception handler assigned by the language service/compiler.

System_CAPS_pubfieldmethodToken

Token for the active method.

System_CAPS_pubfieldtsPosition

TextSpan for the active statement.

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: