C# Class Shouldly.ChuckedAWobbly

Inheritance: System.Exception
Mostrar archivo Open project: shouldly/shouldly

Public Methods

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

Method Details

ChuckedAWobbly() public method

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

ChuckedAWobbly() public method

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