C# 클래스 BadFileChunkException

상속: Exception
파일 보기 프로젝트 열기: bitbeans/StreamCryptor

공개 메소드들

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

메소드 상세

BadFileChunkException() 공개 메소드

public BadFileChunkException ( ) : System
리턴 System

BadFileChunkException() 공개 메소드

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

BadFileChunkException() 공개 메소드

public BadFileChunkException ( string message, Exception inner ) : System
message string
inner Exception
리턴 System