C# Class SolicitColdCall.UnexpectedException

Inheritance: System.Exception
Exibir arquivo Open project: ProfessionalCSharp/ProfessionalCSharp6

Public Methods

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

Method Details

UnexpectedException() public method

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

UnexpectedException() public method

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