C# Class 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. *
Inheritance: VelocityException
Mostrar archivo Open project: rasmus-toftdahl-olesen/NVelocity

Public Methods

Method Description
ResourceNotFoundException ( SerializationInfo info, StreamingContext context ) : System
ResourceNotFoundException ( String exceptionMessage ) : System
ResourceNotFoundException ( string message, Exception innerException ) : System

Method Details

ResourceNotFoundException() public method

public ResourceNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

ResourceNotFoundException() public method

public ResourceNotFoundException ( String exceptionMessage ) : System
exceptionMessage String
return System

ResourceNotFoundException() public method

public ResourceNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System