C# Class GameLibrary.Framework.DefaultError

The default implementation of IError.
Inheritance: IError
Datei anzeigen Open project: bryanhunter/CaliburnMicroTalk

Public Methods

Method Description
DefaultError ( object instance, string propertyName, string message )

Initializes a new instance of the DefaultError class.

Method Details

DefaultError() public method

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.