C# Class Amido.Common.Exceptions.InsurerLookupException

Inheritance: System.Exception
Datei anzeigen Open project: amido/Amido.PreProcessor

Public Methods

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

Protected Methods

Method Description
InsurerLookupException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System

Method Details

InsurerLookupException() public method

public InsurerLookupException ( ) : System
return System

InsurerLookupException() protected method

protected InsurerLookupException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
return System

InsurerLookupException() public method

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

InsurerLookupException() public method

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