C# 클래스 Axiom.Framework.Exceptions.WinFormErrorDialog

상속: System.Windows.Forms.Form, System.Windows.Forms.IMessageFilter, IErrorDialog
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
cmdClose System.Windows.Forms.Button
lblFooter System.Windows.Forms.Label
lblHeader System.Windows.Forms.Label
txtMsg System.Windows.Forms.TextBox

공개 메소드들

메소드 설명
PreFilterMessage ( System.Windows.Forms &msg ) : bool

Filters out a message before it is dispatched.

Show ( Exception exception ) : void

Causes the exception to be displayed on the screen

WinFormErrorDialog ( ) : System

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

메소드 상세

PreFilterMessage() 공개 메소드

Filters out a message before it is dispatched.
public PreFilterMessage ( System.Windows.Forms &msg ) : bool
msg System.Windows.Forms The message to be dispatched. You cannot modify this message.
리턴 bool

Show() 공개 메소드

Causes the exception to be displayed on the screen
public Show ( Exception exception ) : void
exception System.Exception The exception to display
리턴 void

WinFormErrorDialog() 공개 메소드

public WinFormErrorDialog ( ) : System
리턴 System

프로퍼티 상세

cmdClose 보호되어 있는 프로퍼티

protected Button,System.Windows.Forms cmdClose
리턴 System.Windows.Forms.Button

lblFooter 보호되어 있는 프로퍼티

protected Label,System.Windows.Forms lblFooter
리턴 System.Windows.Forms.Label

lblHeader 보호되어 있는 프로퍼티

protected Label,System.Windows.Forms lblHeader
리턴 System.Windows.Forms.Label

txtMsg 보호되어 있는 프로퍼티

protected TextBox,System.Windows.Forms txtMsg
리턴 System.Windows.Forms.TextBox