C# 클래스 Opc.Ua.Client.Controls.ExceptionDlg

파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
ExceptionDlg ( ) : Opc.Ua

Initializes a new instance of the ExceptionDlg class.

ShowDialog ( string caption, Exception e ) : void

Display the exception in the dialog.

비공개 메소드들

메소드 설명
ReplaceSpecialCharacters ( string message ) : string

Replaces all special characters in the message.

메소드 상세

ExceptionDlg() 공개 메소드

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

ShowDialog() 공개 메소드

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