C# Class RethrowExceptions.MyCustomException

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

Public Methods

Method Description
MyCustomException ( string message ) : System

Method Details

MyCustomException() public method

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