C# Class CCNet.SourceNotifier.Templates.ResourcesManager.ResourceNotFoundException

Exception thrown in case resource with the specified name could not be found.
Inheritance: System.ApplicationException
Show file Open project: shuruev/CCNet.Extensions

Public Properties

Property Type Description
Name string

Public Methods

Method Description
ResourceNotFoundException ( string name ) : System

Initializes a new instance.

Method Details

ResourceNotFoundException() public method

Initializes a new instance.
public ResourceNotFoundException ( string name ) : System
name string
return System

Property Details

Name public property

The name of the resource that could not be found.
public string Name
return string