메소드 | 설명 | |
---|---|---|
SharpZipBaseException ( ) : System |
Initializes a new instance of the SharpZipBaseException class.
|
|
SharpZipBaseException ( string message ) : System |
Initializes a new instance of the SharpZipBaseException class with a specified error message.
|
|
SharpZipBaseException ( string message, |
Initializes a new instance of the SharpZipBaseException class with a specified error message and a reference to the inner exception that is the cause of this exception.
|
public SharpZipBaseException ( string message ) : System | ||
message | string | A message describing the exception. |
리턴 | System |
public SharpZipBaseException ( string message, |
||
message | string | A message describing the exception. |
innerException | The inner exception | |
리턴 | System |