C# 클래스 BadLastFileChunkException

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

공개 메소드들

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

메소드 상세

BadLastFileChunkException() 공개 메소드

public BadLastFileChunkException ( ) : System
리턴 System

BadLastFileChunkException() 공개 메소드

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

BadLastFileChunkException() 공개 메소드

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