C# Класс 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.
Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
ContentNotDefinedException ( ) : System

Constructor to report the default message.

ContentNotDefinedException ( string message ) : System

Constructor to report the given message.

Описание методов

ContentNotDefinedException() публичный Метод

Constructor to report the default message.
public ContentNotDefinedException ( ) : System
Результат System

ContentNotDefinedException() публичный Метод

Constructor to report the given message.
public ContentNotDefinedException ( string message ) : System
message string The message to report.
Результат System