C# 클래스 BadFileFooterException

상속: System.AggregateException
파일 보기 프로젝트 열기: bitbeans/StreamCryptor

공개 메소드들

메소드 설명
BadFileFooterException ( ) : System
BadFileFooterException ( string message ) : System
BadFileFooterException ( string message, System inner ) : System

메소드 상세

BadFileFooterException() 공개 메소드

public BadFileFooterException ( ) : System
리턴 System

BadFileFooterException() 공개 메소드

public BadFileFooterException ( string message ) : System
message string
리턴 System

BadFileFooterException() 공개 메소드

public BadFileFooterException ( string message, System inner ) : System
message string
inner System
리턴 System