C# Class SafeAndFree.Exceptions.ContentNotDefinedException

This exception is meant to be thrown when an object needs to have a reference to a ContentManager object, but does not have one by the time the ContentManager is needed.
Inheritance: System.Exception
Mostrar archivo Open project: mokasocial/PrivacyDefense

Public Methods

Method Description
ContentNotDefinedException ( ) : System

Constructor to report the default message.

ContentNotDefinedException ( string message ) : System

Constructor to report the given message.

Method Details

ContentNotDefinedException() public method

Constructor to report the default message.
public ContentNotDefinedException ( ) : System
return System

ContentNotDefinedException() public method

Constructor to report the given message.
public ContentNotDefinedException ( string message ) : System
message string The message to report.
return System