C# Класс NVelocity.Exception.ResourceNotFoundException

Application-level exception thrown when a resource of any type isn't found by the Velocity engine.
When this exception is thrown, a best effort will be made to have useful information in the exception's message. For complete information, consult the runtime log. *
Наследование: VelocityException
Показать файл Открыть проект

Открытые методы

Метод Описание
ResourceNotFoundException ( SerializationInfo info, StreamingContext context ) : System
ResourceNotFoundException ( String exceptionMessage ) : System
ResourceNotFoundException ( string message, Exception innerException ) : System

Описание методов

ResourceNotFoundException() публичный Метод

public ResourceNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Результат System

ResourceNotFoundException() публичный Метод

public ResourceNotFoundException ( String exceptionMessage ) : System
exceptionMessage String
Результат System

ResourceNotFoundException() публичный Метод

public ResourceNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System