Table of Contents

Constructor CorDebuggerErrorEventArgs

Namespace
Microsoft.Samples.Debugging.CorDebug
Assembly
corapi.dll

CorDebuggerErrorEventArgs(CorProcess, int, int)

public CorDebuggerErrorEventArgs(CorProcess process, int hresult, int errorCode)

Parameters

process CorProcess
hresult int
errorCode int

CorDebuggerErrorEventArgs(CorProcess, int, int, ManagedCallbackType)

public CorDebuggerErrorEventArgs(CorProcess process, int hresult, int errorCode, ManagedCallbackType callbackType)

Parameters

process CorProcess
hresult int
errorCode int
callbackType ManagedCallbackType