예제 #1
0
 /// <summary>
 /// Initializes a new instance of the ClamException class with a specified error, using libclamav to obtain
 /// a string representation of the error message.
 /// </summary>
 /// <param name="error">The ClamAV error for this exception.</param>
 internal ClamException(ClamError error)
     : this((int)error)
 {
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the ClamException class with a specified error, using libclamav to obtain
 /// a string representation of the error message.
 /// </summary>
 /// <param name="error">The ClamAV error for this exception.</param>
 internal ClamException(ClamError error)
     : this((int)error) { }