C# Class AbpVnextPro.GUI.Domain.Exceptions.ZipException

Inheritance: Exception
Show file Open project: WangJunZzz/abp-vnext-pro-gui

Public Methods

Method Description
ZipException ( ) : System
ZipException ( string message ) : System
ZipException ( string message, Exception innerException ) : System

Protected Methods

Method Description
ZipException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ZipException() public method

public ZipException ( ) : System
return System

ZipException() protected method

protected ZipException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

ZipException() public method

public ZipException ( string message ) : System
message string
return System

ZipException() public method

public ZipException ( string message, Exception innerException ) : System
message string
innerException Exception
return System