C# 클래스 ClamAV.Managed.ClamException

상속: System.Exception
파일 보기 프로젝트 열기: rmuch/ClamAV.Managed

보호된 메소드들

메소드 설명
ClamException ( System info, System context ) : System

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

비공개 메소드들

메소드 설명
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.

메소드 상세

ClamException() 보호된 메소드

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.
리턴 System