C# Class Felinesoft.UmbracoCodeFirst.Exceptions.CodeFirstException

Inheritance: System.Exception
Show file Open project: DanMannMann/UmbracoCodeFirst

Public Methods

Method Description
CodeFirstException ( string message ) : System
CodeFirstException ( string message, Exception inner ) : System

Method Details

CodeFirstException() public method

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

CodeFirstException() public method

public CodeFirstException ( string message, Exception inner ) : System
message string
inner System.Exception
return System