Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
CCNet
SourceNotifier
Templates
ResourcesManager.ResourceNotFoundException
C# 클래스 CCNet.SourceNotifier.Templates.ResourcesManager.ResourceNotFoundException
Exception thrown in case resource with the specified name could not be found.
상속:
System.ApplicationException
파일 보기
프로젝트 열기: shuruev/CCNet.Extensions
공개 프로퍼티들
프로퍼티
타입
설명
Name
string
공개 메소드들
메소드
설명
ResourceNotFoundException
(
string
name
) :
System
Initializes a new instance.
메소드 상세
ResourceNotFoundException()
공개
메소드
Initializes a new instance.
public
ResourceNotFoundException
(
string
name
) :
System
name
string
리턴
System
프로퍼티 상세
Name
공개적으로 프로퍼티
The name of the resource that could not be found.
public
string
Name
리턴
string