Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
internal class Gregor.Core.FException : Gregor.Core.FError, System.ComponentModel.IComponent, System.IDisposable, System.Windows.Forms.UnsafeNativeMethods.IOleControl, System.Windows.Forms.UnsafeNativeMethods.IOleObject, System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceObject, System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceActiveObject, System.Windows.Forms.UnsafeNativeMethods.IOleWindow, System.Windows.Forms.UnsafeNativeMethods.IViewObject, System.Windows.Forms.UnsafeNativeMethods.IViewObject2, System.Windows.Forms.UnsafeNativeMethods.IPersist, System.Windows.Forms.UnsafeNativeMethods.IPersistStreamInit, System.Windows.Forms.UnsafeNativeMethods.IPersistPropertyBag, System.Windows.Forms.UnsafeNativeMethods.IPersistStorage, System.Windows.Forms.UnsafeNativeMethods.IQuickActivate, System.Windows.Forms.ISupportOleDropSource, System.Windows.Forms.IDropTarget, System.ComponentModel.ISynchronizeInvoke, System.Windows.Forms.IWin32Window, System.Windows.Forms.Layout.IArrangedElement, System.Windows.Forms.IBindableComponent, System.Windows.Forms.IContainerControl Custom Attributes: System.ComponentModel.ToolboxItem(ToolboxItemType=null, ToolboxItemTypeName=System.String.Empty), System.ComponentModel.DefaultEvent(Name="Load"), System.ComponentModel.ToolboxItemFilter(FilterString="System.Windows.Forms.Control.TopLevel", FilterType=0), System.ComponentModel.DesignTimeVisible(Visible=false), System.ComponentModel.DesignerCategory(Category="Form"), System.ComponentModel.Designer(DesignerBaseTypeName="System.ComponentModel.Design.IRootDesigner, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", DesignerTypeName="System.Windows.Forms.Design.FormDocumentDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"), System.ComponentModel.InitializationEvent(EventName="Load"), System.ComponentModel.Designer(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.Windows.Forms.Design.ScrollableControlDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"), System.ComponentModel.Designer(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="System.Windows.Forms.Design.ControlDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"), System.ComponentModel.ToolboxItemFilter(FilterString="System.Windows.Forms", FilterType=0), System.ComponentModel.Design.Serialization.DesignerSerializer(SerializerTypeName="System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", SerializerBaseTypeName="System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"), System.ComponentModel.DefaultProperty(Name="Text") Description:
public FException(Gregor.Core.NExceptionEvents events, System.Int32 index, System.Boolean fStopOnExceptions, System.Boolean fAllowBreak, System.Boolean fAllowDetails, System.Boolean fAllowReport) Custom Attributes: Description:
public FException(Gregor.Core.CExceptionEventArgs e, System.Boolean fStopOnExceptions, System.Boolean fAllowBreak, System.Boolean fAllowDetails, System.Boolean fAllowReport) Custom Attributes: Description:
private const System.Int32 HEIGHT_BIG = 470 Custom Attributes: Description:
private const System.Int32 HEIGHT_SMALL = 180 Custom Attributes: Description:
private System.Boolean m_AllowBreak Custom Attributes: Description:
private System.Boolean m_AllowDetails Custom Attributes: Description:
private System.Boolean m_AllowReport Custom Attributes: Description:
private System.Boolean m_Break Custom Attributes: Description:
private System.Windows.Forms.Button m_BreakButton Custom Attributes: Description:
private System.Windows.Forms.TextBox m_Contents Custom Attributes: Description:
private System.Windows.Forms.Button m_DetailsButton Custom Attributes: Description:
private Gregor.Core.CExceptionEventArgs m_ExceptionEvent Custom Attributes: Description:
private Gregor.Core.NExceptionEvents m_ExceptionEvents Custom Attributes: Description:
private System.Int32 m_Index Custom Attributes: Description:
private System.Windows.Forms.Button m_NextButton Custom Attributes: Description:
private System.Windows.Forms.Button m_PreviousButton Custom Attributes: Description:
private System.Boolean m_Report Custom Attributes: Description:
private System.Windows.Forms.Button m_ReportButton Custom Attributes: Description:
private System.Boolean m_StopOnExceptions Custom Attributes: Description:
private System.Windows.Forms.CheckBox m_StopOnExceptionsCheckBox Custom Attributes: Description:
public System.Boolean AllowBreak {get;}
Custom Attributes:
Description:
public System.Boolean AllowDetails {get;}
Custom Attributes:
Description:
public System.Boolean AllowReport {get;}
Custom Attributes:
Description:
public System.Boolean Break {get;}
Custom Attributes:
Description:
public Gregor.Core.CExceptionEventArgs ExceptionEvent {get;}
Custom Attributes:
Description:
public System.Boolean Report {get;}
Custom Attributes:
Description:
public System.Boolean StopOnExceptions {get;}
Custom Attributes:
Description:
private void ControlButtons() Custom Attributes: Description:
private void GoToException(System.Int32 index) Custom Attributes: Description:
private void HandleBreakButtonClick(System.Object sender, System.EventArgs e) Custom Attributes: Description:
private void HandleDetailsButtonClick(System.Object sender, System.EventArgs e) Custom Attributes: Description:
private void HandleNextButtonClick(System.Object sender, System.EventArgs e) Custom Attributes: Description:
private void HandlePreviousButtonClick(System.Object sender, System.EventArgs e) Custom Attributes: Description:
private void HandleReportButtonClick(System.Object sender, System.EventArgs e) Custom Attributes: Description:
private void Init(System.Boolean fStopOnExceptions, System.Boolean fAllowBreak, System.Boolean fAllowDetails, System.Boolean fAllowReport) Custom Attributes: Description:
private void InitButtons() Custom Attributes: Description:
private void InitCheckBox() Custom Attributes: Description:
private void InitContents() Custom Attributes: Description:
private void InitContentsTextBox() Custom Attributes: Description:
private void InitForm() Custom Attributes: Description:
protected override void OnActivated(System.EventArgs e) Custom Attributes: System.ComponentModel.EditorBrowsable(State=2) Description:
protected override void OnResize(System.EventArgs e) Custom Attributes: System.ComponentModel.EditorBrowsable(State=2) Description:
private void SetMessageText() Custom Attributes: Description:
Gregor.Core.CExceptionEventArgs
System.ComponentModel.DefaultEventAttribute
System.ComponentModel.DefaultPropertyAttribute
System.ComponentModel.Design.Serialization.DesignerSerializerAttribute
System.ComponentModel.DesignerAttribute
System.ComponentModel.DesignerAttribute
System.ComponentModel.DesignerAttribute
System.ComponentModel.DesignerCategoryAttribute
System.ComponentModel.DesignTimeVisibleAttribute
System.ComponentModel.EditorBrowsableAttribute
System.ComponentModel.InitializationEventAttribute
System.ComponentModel.ToolboxItemAttribute
System.ComponentModel.ToolboxItemFilterAttribute
System.ComponentModel.ToolboxItemFilterAttribute
System.ComponentModel.IComponent
System.ComponentModel.ISynchronizeInvoke
System.Windows.Forms.IBindableComponent
System.Windows.Forms.IContainerControl
System.Windows.Forms.IDropTarget
System.Windows.Forms.ISupportOleDropSource
System.Windows.Forms.IWin32Window
System.Windows.Forms.Layout.IArrangedElement
System.Windows.Forms.UnsafeNativeMethods.IOleControl
System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceActiveObject
System.Windows.Forms.UnsafeNativeMethods.IOleInPlaceObject
System.Windows.Forms.UnsafeNativeMethods.IOleObject
System.Windows.Forms.UnsafeNativeMethods.IOleWindow
System.Windows.Forms.UnsafeNativeMethods.IPersist
System.Windows.Forms.UnsafeNativeMethods.IPersistPropertyBag
System.Windows.Forms.UnsafeNativeMethods.IPersistStorage
System.Windows.Forms.UnsafeNativeMethods.IPersistStreamInit
System.Windows.Forms.UnsafeNativeMethods.IQuickActivate
System.Windows.Forms.UnsafeNativeMethods.IViewObject