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

Inheritance: CorEventArgs
Afficher le fichier Open project: LogosBible/monodevelop Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

CorExceptionInCallbackEventArgs() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string