C# Class SolicitColdCall.ColdCallFileFormatException

Inheritance: System.Exception
Show file Open project: ProfessionalCSharp/ProfessionalCSharp6

Public Methods

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

Method Details

ColdCallFileFormatException() public method

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

ColdCallFileFormatException() public method

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