C# Class Felinesoft.UmbracoCodeFirst.Exceptions.ContentDependencyException

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

Public Methods

Method Description
ContentDependencyException ( string message ) : System

Constructs a new instance of ContentDependencyException

Method Details

ContentDependencyException() public method

Constructs a new instance of ContentDependencyException
public ContentDependencyException ( string message ) : System
message string The message describing the exceptional condition
return System