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

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

Méthodes publiques

Свойство Type Description
Name string

Méthodes publiques

Méthode Description
ResourceNotFoundException ( string name ) : System

Initializes a new instance.

Method Details

ResourceNotFoundException() public méthode

Initializes a new instance.
public ResourceNotFoundException ( string name ) : System
name string
Résultat System

Property Details

Name public_oe property

The name of the resource that could not be found.
public string Name
Résultat string