C# Class ClamAV.Managed.ClamException

Inheritance: System.Exception
Show file Open project: rmuch/ClamAV.Managed

Protected Methods

Method Description
ClamException ( System info, System context ) : System

Initializes a new instance of the ClamException class with serialized data.

Private Methods

Method Description
ClamException ( ClamError error ) : System

Initializes a new instance of the ClamException class with a specified error, using libclamav to obtain a string representation of the error message.

ClamException ( int errorCode ) : System

Initializes a new instance of the ClamException class with a specified error code, using libclamav to obtain a string representation of the error message.

ClamException ( int errorCode, string message ) : System

Initializes a new instance of the ClamException class with a specified error code and message.

Method Details

ClamException() protected method

Initializes a new instance of the ClamException class with serialized data.
protected ClamException ( System info, System context ) : System
info System The SerializationInfo that holds the serialized object data about the exception being thrown.
context System The StreamingContext that contains contextual information about the source or destination.
return System