C# Class NVelocity.Exception.VelocityException

Inheritance: System.Exception
Afficher le fichier Open project: rasmus-toftdahl-olesen/NVelocity Class Usage Examples

Méthodes publiques

Méthode Description
VelocityException ( String exceptionMessage ) : System
VelocityException ( string message, Exception innerException ) : System

Méthodes protégées

Méthode Description
VelocityException ( SerializationInfo info, StreamingContext context ) : System

Method Details

VelocityException() protected méthode

protected VelocityException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

VelocityException() public méthode

public VelocityException ( String exceptionMessage ) : System
exceptionMessage String
Résultat System

VelocityException() public méthode

public VelocityException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System