C# Class AODL.Utils.ContentMockerException

Inheritance: System.Exception
Show file Open project: monsterlabs/HumanRightsTracker

Public Methods

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

Method Details

ContentMockerException() public method

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

ContentMockerException() public method

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