Table of Contents

Constructor CorBreakpointSetErrorEventArgs

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

CorBreakpointSetErrorEventArgs(CorAppDomain, CorThread, CorBreakpoint, int)

public CorBreakpointSetErrorEventArgs(CorAppDomain appDomain, CorThread thread, CorBreakpoint breakpoint, int errorCode)

Parameters

appDomain CorAppDomain
thread CorThread
breakpoint CorBreakpoint
errorCode int

CorBreakpointSetErrorEventArgs(CorAppDomain, CorThread, CorBreakpoint, int, ManagedCallbackType)

public CorBreakpointSetErrorEventArgs(CorAppDomain appDomain, CorThread thread, CorBreakpoint breakpoint, int errorCode, ManagedCallbackType callbackType)

Parameters

appDomain CorAppDomain
thread CorThread
breakpoint CorBreakpoint
errorCode int
callbackType ManagedCallbackType