Table of Contents

Class PasswordProtectedException

Namespace
SharpCompress.Common
Assembly
SharpCompress.dll
public class PasswordProtectedException : ExtractionException, ISerializable
Inheritance
PasswordProtectedException
Implements
Inherited Members

Constructors

PasswordProtectedException(string)

public PasswordProtectedException(string message)

Parameters

message string

PasswordProtectedException(string, Exception)

public PasswordProtectedException(string message, Exception inner)

Parameters

message string
inner Exception