C# 클래스 Opc.Ua.ExceptionDlg

파일 보기 프로젝트 열기: OPCFoundation/Misc-Tools

공개 메소드들

메소드 설명
ExceptionDlg ( ) : System

Initializes a new instance of the ExceptionDlg class.

Show ( string caption, Exception e ) : void

Displays the exception in a dialog.

ShowDialog ( string caption, Exception e ) : void

Display the exception in the dialog.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
Add ( StringBuilder buffer, Exception e, bool showStackTrace ) : void
AddBlock ( StringBuilder buffer, string text ) : void
AddBlock ( StringBuilder buffer, string text, int level ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OkButton_Click ( object sender, EventArgs e ) : void
ReplaceSpecialCharacters ( string message ) : string

Replaces all special characters in the message.

Show ( bool showStackTrace ) : void
ShowStackTracesCK_CheckedChanged ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

ExceptionDlg() 공개 메소드

Initializes a new instance of the ExceptionDlg class.
public ExceptionDlg ( ) : System
리턴 System

Show() 공개 정적인 메소드

Displays the exception in a dialog.
public static Show ( string caption, Exception e ) : void
caption string
e Exception
리턴 void

ShowDialog() 공개 메소드

Display the exception in the dialog.
public ShowDialog ( string caption, Exception e ) : void
caption string
e Exception
리턴 void