SharpZipBaseException Constructor (String, Exception)

SharpZip Compression Library

SharpZip Compression Library

SharpZipBaseException Constructor (String, Exception)

Initializes a new instance of the SharpZipLibraryException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public SharpZipBaseException(
   string message,
   Exception innerException
);

Parameters

message
Error message string
innerException
The inner exception

See Also

SharpZipBaseException Class | ICSharpCode.SharpZipLib Namespace | SharpZipBaseException Constructor Overload List