[Gregor.Core.FException]

Gregor.Core.FException

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

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: 


Members

FException

public FException(Gregor.Core.NExceptionEvents events, System.Int32 index, System.Boolean fStopOnExceptions, System.Boolean fAllowBreak, System.Boolean fAllowDetails, System.Boolean fAllowReport)

Custom Attributes: 

Description: 

FException

public FException(Gregor.Core.CExceptionEventArgs e, System.Boolean fStopOnExceptions, System.Boolean fAllowBreak, System.Boolean fAllowDetails, System.Boolean fAllowReport)

Custom Attributes: 

Description: 

HEIGHT_BIG

private const System.Int32 HEIGHT_BIG = 470

Custom Attributes: 

Description: 

HEIGHT_SMALL

private const System.Int32 HEIGHT_SMALL = 180

Custom Attributes: 

Description: 

m_AllowBreak

private System.Boolean m_AllowBreak

Custom Attributes: 

Description: 

m_AllowDetails

private System.Boolean m_AllowDetails

Custom Attributes: 

Description: 

m_AllowReport

private System.Boolean m_AllowReport

Custom Attributes: 

Description: 

m_Break

private System.Boolean m_Break

Custom Attributes: 

Description: 

m_BreakButton

private System.Windows.Forms.Button m_BreakButton

Custom Attributes: 

Description: 

m_Contents

private System.Windows.Forms.TextBox m_Contents

Custom Attributes: 

Description: 

m_DetailsButton

private System.Windows.Forms.Button m_DetailsButton

Custom Attributes: 

Description: 

m_ExceptionEvent

private Gregor.Core.CExceptionEventArgs m_ExceptionEvent

Custom Attributes: 

Description: 

m_ExceptionEvents

private Gregor.Core.NExceptionEvents m_ExceptionEvents

Custom Attributes: 

Description: 

m_Index

private System.Int32 m_Index

Custom Attributes: 

Description: 

m_NextButton

private System.Windows.Forms.Button m_NextButton

Custom Attributes: 

Description: 

m_PreviousButton

private System.Windows.Forms.Button m_PreviousButton

Custom Attributes: 

Description: 

m_Report

private System.Boolean m_Report

Custom Attributes: 

Description: 

m_ReportButton

private System.Windows.Forms.Button m_ReportButton

Custom Attributes: 

Description: 

m_StopOnExceptions

private System.Boolean m_StopOnExceptions

Custom Attributes: 

Description: 

m_StopOnExceptionsCheckBox

private System.Windows.Forms.CheckBox m_StopOnExceptionsCheckBox

Custom Attributes: 

Description: 

AllowBreak

public System.Boolean AllowBreak {get;}

Custom Attributes: 

Description: 

AllowDetails

public System.Boolean AllowDetails {get;}

Custom Attributes: 

Description: 

AllowReport

public System.Boolean AllowReport {get;}

Custom Attributes: 

Description: 

Break

public System.Boolean Break {get;}

Custom Attributes: 

Description: 

ExceptionEvent

public Gregor.Core.CExceptionEventArgs ExceptionEvent {get;}

Custom Attributes: 

Description: 

Report

public System.Boolean Report {get;}

Custom Attributes: 

Description: 

StopOnExceptions

public System.Boolean StopOnExceptions {get;}

Custom Attributes: 

Description: 

ControlButtons

private void ControlButtons()

Custom Attributes: 

Description: 

GoToException

private void GoToException(System.Int32 index)

Custom Attributes: 

Description: 

HandleBreakButtonClick

private void HandleBreakButtonClick(System.Object sender, System.EventArgs e)

Custom Attributes: 

Description: 

HandleDetailsButtonClick

private void HandleDetailsButtonClick(System.Object sender, System.EventArgs e)

Custom Attributes: 

Description: 

HandleNextButtonClick

private void HandleNextButtonClick(System.Object sender, System.EventArgs e)

Custom Attributes: 

Description: 

HandlePreviousButtonClick

private void HandlePreviousButtonClick(System.Object sender, System.EventArgs e)

Custom Attributes: 

Description: 

HandleReportButtonClick

private void HandleReportButtonClick(System.Object sender, System.EventArgs e)

Custom Attributes: 

Description: 

Init

private void Init(System.Boolean fStopOnExceptions, System.Boolean fAllowBreak, System.Boolean fAllowDetails, System.Boolean fAllowReport)

Custom Attributes: 

Description: 

InitButtons

private void InitButtons()

Custom Attributes: 

Description: 

InitCheckBox

private void InitCheckBox()

Custom Attributes: 

Description: 

InitContents

private void InitContents()

Custom Attributes: 

Description: 

InitContentsTextBox

private void InitContentsTextBox()

Custom Attributes: 

Description: 

InitForm

private void InitForm()

Custom Attributes: 

Description: 

OnActivated

protected override void OnActivated(System.EventArgs e)

Custom Attributes: System.ComponentModel.EditorBrowsable(State=2)

Description: 

OnResize

protected override void OnResize(System.EventArgs e)

Custom Attributes: System.ComponentModel.EditorBrowsable(State=2)

Description: 

SetMessageText

private void SetMessageText()

Custom Attributes: 

Description: 


See Also

Gregor.Core.CExceptionEventArgs

Gregor.Core.FError

Gregor.Core.NExceptionEvents

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.EventArgs

System.Object

System.Windows.Forms.Button

System.Windows.Forms.CheckBox

System.Windows.Forms.TextBox

System.ComponentModel.IComponent

System.ComponentModel.ISynchronizeInvoke

System.IDisposable

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

System.Windows.Forms.UnsafeNativeMethods.IViewObject2

System.Boolean

System.Int32

System.Void