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

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

Public Methods

Method Description
CorExceptionInCallbackEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorController controller, Exception exceptionThrown ) : System
CorExceptionInCallbackEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorController controller, Exception exceptionThrown, ManagedCallbackType callbackType ) : System
ToString ( ) : string

Method Details

CorExceptionInCallbackEventArgs() public method

public CorExceptionInCallbackEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorController controller, Exception exceptionThrown ) : System
controller Microsoft.Samples.Debugging.CorDebug.CorController
exceptionThrown System.Exception
return System

CorExceptionInCallbackEventArgs() public method

public CorExceptionInCallbackEventArgs ( Microsoft.Samples.Debugging.CorDebug.CorController controller, Exception exceptionThrown, ManagedCallbackType callbackType ) : System
controller Microsoft.Samples.Debugging.CorDebug.CorController
exceptionThrown System.Exception
callbackType ManagedCallbackType
return System

ToString() public method

public ToString ( ) : string
return string