C# Класс GameLibrary.Framework.DefaultError

The default implementation of IError.
Наследование: IError
Показать файл Открыть проект

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

Метод Описание
DefaultError ( object instance, string propertyName, string message )

Initializes a new instance of the DefaultError class.

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

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

Initializes a new instance of the DefaultError class.
public DefaultError ( object instance, string propertyName, string message )
instance object The instance.
propertyName string Name of the property.
message string The message.