C# Класс Microsoft.Samples.Debugging.CorDebug.CorExceptionEventArgs

Наследование: CorThreadEventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

CorExceptionEventArgs() публичный Метод

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
Результат System

CorExceptionEventArgs() публичный Метод

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
Результат System