C# Class SolicitColdCall.ColdCallFileFormatException

Inheritance: System.Exception
Afficher le fichier Open project: ProfessionalCSharp/ProfessionalCSharp6

Méthodes publiques

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

Method Details

ColdCallFileFormatException() public méthode

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

ColdCallFileFormatException() public méthode

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