Method | Description | |
---|---|---|
CorBreakpointSetErrorEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorBreakpoint breakpoint, int errorCode ) : System | ||
CorBreakpointSetErrorEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorBreakpoint breakpoint, int errorCode, ManagedCallbackType callbackType ) : System | ||
ToString ( ) : string |
public CorBreakpointSetErrorEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorBreakpoint breakpoint, int errorCode ) : System | ||
appDomain | Microsoft.Samples.Debugging.CorDebug.CorAppDomain | |
thread | Microsoft.Samples.Debugging.CorDebug.CorThread | |
breakpoint | Microsoft.Samples.Debugging.CorDebug.CorBreakpoint | |
errorCode | int | |
return | System |
public CorBreakpointSetErrorEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorBreakpoint breakpoint, int errorCode, ManagedCallbackType callbackType ) : System | ||
appDomain | Microsoft.Samples.Debugging.CorDebug.CorAppDomain | |
thread | Microsoft.Samples.Debugging.CorDebug.CorThread | |
breakpoint | Microsoft.Samples.Debugging.CorDebug.CorBreakpoint | |
errorCode | int | |
callbackType | ManagedCallbackType | |
return | System |