C# Class EA.Iws.Web.Infrastructure.VirusScanning.VirusFoundException

Inheritance: System.Exception
Afficher le fichier Open project: EnvironmentAgency/prsd-iws

Méthodes publiques

Méthode Description
VirusFoundException ( ) : System
VirusFoundException ( string message ) : System
VirusFoundException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
VirusFoundException ( SerializationInfo info, StreamingContext context ) : System

Method Details

VirusFoundException() public méthode

public VirusFoundException ( ) : System
Résultat System

VirusFoundException() protected méthode

protected VirusFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

VirusFoundException() public méthode

public VirusFoundException ( string message ) : System
message string
Résultat System

VirusFoundException() public méthode

public VirusFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System