C# Класс Opc.Ua.ExceptionDlg

Показать файл Открыть проект

Открытые методы

Метод Описание
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