DkmILThrow.FailureCode Property

Definition

Indicates a reason why an IL instruction failed to execute. In addition to these constants, negative values may be used to indicate customized error conditions resulting from the execution of intrinsic functions.

public:
 property Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILFailureReason FailureCode { Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILFailureReason get(); };
public:
 property Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILFailureReason FailureCode { Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILFailureReason get(); };
public Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILFailureReason FailureCode { get; }
member this.FailureCode : Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILFailureReason
Public ReadOnly Property FailureCode As DkmILFailureReason

Property Value

DkmILFailureReason

Returns DkmILFailureReason.

Applies to