Deserialization constructor
Overload List
Initializes a new instance of the SharpZipBaseException class.
public SharpZipBaseException();
Deserialization constructor
protected SharpZipBaseException(SerializationInfo,StreamingContext);
Initializes a new instance of the SharpZipBaseException class with a specified error message.
public SharpZipBaseException(string);
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,Exception);
See Also
SharpZipBaseException Class | ICSharpCode.SharpZipLib Namespace