C# 클래스 ICSharpCode.SharpZipLib.Tar.InvalidHeaderException

상속: TarException
파일 보기 프로젝트 열기: icsharpcode/SharpZipLib

공개 메소드들

메소드 설명
InvalidHeaderException ( ) : System

Initialise a new instance of the InvalidHeaderException class.

InvalidHeaderException ( string message ) : System

Initialises a new instance of the InvalidHeaderException class with a specified message.

InvalidHeaderException ( string message, Exception exception ) : System

Initialise a new instance of InvalidHeaderException

메소드 상세

InvalidHeaderException() 공개 메소드

Initialise a new instance of the InvalidHeaderException class.
public InvalidHeaderException ( ) : System
리턴 System

InvalidHeaderException() 공개 메소드

Initialises a new instance of the InvalidHeaderException class with a specified message.
public InvalidHeaderException ( string message ) : System
message string Message describing the exception cause.
리턴 System

InvalidHeaderException() 공개 메소드

Initialise a new instance of InvalidHeaderException
public InvalidHeaderException ( string message, Exception exception ) : System
message string Message describing the problem.
exception System.Exception The exception that is the cause of the current exception.
리턴 System