C# Class Microsoft.Samples.Debugging.CorDebug.CorExceptionEventArgs

Inheritance: CorThreadEventArgs
显示文件 Open project: LogosBible/monodevelop Class Usage Examples

Public Methods

Method Description
CorExceptionEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, bool unhandled ) : System
CorExceptionEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, bool unhandled, ManagedCallbackType callbackType ) : System

Method Details

CorExceptionEventArgs() public method

public CorExceptionEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, bool unhandled ) : System
appDomain Microsoft.Samples.Debugging.CorDebug.CorAppDomain
thread Microsoft.Samples.Debugging.CorDebug.CorThread
unhandled bool
return System

CorExceptionEventArgs() public method

public CorExceptionEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, bool unhandled, ManagedCallbackType callbackType ) : System
appDomain Microsoft.Samples.Debugging.CorDebug.CorAppDomain
thread Microsoft.Samples.Debugging.CorDebug.CorThread
unhandled bool
callbackType ManagedCallbackType
return System