Class IllegalZipFileException
Inheritance
IllegalZipFileException
Assembly: DotNetNuke.dll
Syntax
public class IllegalZipFileException : Exception, ISerializable, _Exception
Constructors
IllegalZipFileException()
Declaration
public IllegalZipFileException()
IllegalZipFileException(SerializationInfo, StreamingContext)
Declaration
protected IllegalZipFileException(SerializationInfo info, StreamingContext context)
Parameters
IllegalZipFileException(string)
Declaration
public IllegalZipFileException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
IllegalZipFileException(string, Exception)
Declaration
public IllegalZipFileException(string message, Exception innerException)
Parameters
Implements
Extension Methods