C# 클래스 MetroIde.Dialogs.MetroException

파일 보기 프로젝트 열기: ChadSki/Quickbeam

공개 메소드들

메소드 설명
Show ( Exception ex ) : void

Because you are the only exception.

메소드 상세

Show() 공개 정적인 메소드

Because you are the only exception.
public static Show ( Exception ex ) : void
ex System.Exception The exception to pass into the dialog.
리턴 void