C# 클래스 GnomeSubtitles.Dialog.Unmanaged.FileOpenErrorDialog

상속: ErrorDialog
파일 보기 프로젝트 열기: GNOME/gnome-subtitles

공개 메소드들

메소드 설명
FileOpenErrorDialog ( Uri uri, Exception exception ) : Gtk
FileOpenErrorDialog ( string filename, Exception exception ) : Gtk

보호된 메소드들

메소드 설명
AddButtons ( ) : void
GetPrimaryText ( string filename ) : string
GetSecondaryText ( Exception exception ) : string
SecondaryTextFromException ( Exception exception ) : string

메소드 상세

AddButtons() 보호된 메소드

protected AddButtons ( ) : void
리턴 void

FileOpenErrorDialog() 공개 메소드

public FileOpenErrorDialog ( Uri uri, Exception exception ) : Gtk
uri System.Uri
exception System.Exception
리턴 Gtk

FileOpenErrorDialog() 공개 메소드

public FileOpenErrorDialog ( string filename, Exception exception ) : Gtk
filename string
exception System.Exception
리턴 Gtk

GetPrimaryText() 보호된 메소드

protected GetPrimaryText ( string filename ) : string
filename string
리턴 string

GetSecondaryText() 보호된 메소드

protected GetSecondaryText ( Exception exception ) : string
exception System.Exception
리턴 string

SecondaryTextFromException() 보호된 추상적인 메소드

protected abstract SecondaryTextFromException ( Exception exception ) : string
exception System.Exception
리턴 string