Microsoft.Samples.Debugging.CorDebug.CorExceptionEventArgs.CorExceptionEventArgs C# (CSharp) Method

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
        public CorExceptionEventArgs(CorAppDomain appDomain,
                                      CorThread thread,
                                      bool unhandled)
            : base(appDomain, thread)
        {
            m_unhandled = unhandled;
        }

Same methods

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