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

Inheritance: System.Exception
Mostrar archivo Open project: EnvironmentAgency/prsd-iws

Public Methods

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

Protected Methods

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

Method Details

VirusFoundException() public method

public VirusFoundException ( ) : System
return System

VirusFoundException() protected method

protected VirusFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

VirusFoundException() public method

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

VirusFoundException() public method

public VirusFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System