C# Class RethrowExceptions.AnotherCustomException

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

Méthodes publiques

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

Method Details

AnotherCustomException() public méthode

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