C# Class Opc.Ua.Client.Controls.ExceptionDlg

ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Public Methods

Method Description
ExceptionDlg ( ) : Opc.Ua

Initializes a new instance of the ExceptionDlg class.

ShowDialog ( string caption, Exception e ) : void

Display the exception in the dialog.

Private Methods

Method Description
ReplaceSpecialCharacters ( string message ) : string

Replaces all special characters in the message.

Method Details

ExceptionDlg() public method

Initializes a new instance of the ExceptionDlg class.
public ExceptionDlg ( ) : Opc.Ua
return Opc.Ua

ShowDialog() public method

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