Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
CCNet
SourceNotifier
Templates
ResourcesManager.ResourceNotFoundException
C# Class CCNet.SourceNotifier.Templates.ResourcesManager.ResourceNotFoundException
Exception thrown in case resource with the specified name could not be found.
Inheritance:
System.ApplicationException
Exibir arquivo
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_oe property
The name of the resource that could not be found.
public
string
Name
return
string