C# Class Amido.Common.Exceptions.InsurerLookupException

Inheritance: System.Exception
Afficher le fichier Open project: amido/Amido.PreProcessor

Méthodes publiques

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

Méthodes protégées

Méthode Description
InsurerLookupException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

Method Details

InsurerLookupException() public méthode

public InsurerLookupException ( ) : System
Résultat System

InsurerLookupException() protected méthode

protected InsurerLookupException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
Résultat System

InsurerLookupException() public méthode

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

InsurerLookupException() public méthode

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