C# Class NVelocity.Exception.VelocityException

Inheritance: System.Exception
ファイルを表示 Open project: rasmus-toftdahl-olesen/NVelocity Class Usage Examples

Public Methods

Method Description
VelocityException ( String exceptionMessage ) : System
VelocityException ( string message, Exception innerException ) : System

Protected Methods

Method Description
VelocityException ( SerializationInfo info, StreamingContext context ) : System

Method Details

VelocityException() protected method

protected VelocityException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

VelocityException() public method

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

VelocityException() public method

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