C# Class RethrowExceptions.AnotherCustomException

Inheritance: System.Exception
Datei anzeigen Open project: ProfessionalCSharp/ProfessionalCSharp6

Public Methods

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

Method Details

AnotherCustomException() public method

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