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

Inheritance: CorThreadEventArgs
Mostrar archivo Open project: LogosBible/monodevelop Class Usage Examples

Private Properties

Property Type Description
CorException2EventArgs System
CorException2EventArgs System

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
CorException2EventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorFrame frame, int offset, CorDebugExceptionCallbackType eventType, int flags ) : System
CorException2EventArgs ( Microsoft.Samples.Debugging.CorDebug.CorAppDomain appDomain, Microsoft.Samples.Debugging.CorDebug.CorThread thread, Microsoft.Samples.Debugging.CorDebug.CorFrame frame, int offset, CorDebugExceptionCallbackType eventType, int flags, ManagedCallbackType callbackType ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string