C# Class NVelocity.Runtime.Exception.NodeException

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

Méthodes publiques

Méthode Description
NodeException ( SerializationInfo info, StreamingContext context ) : System
NodeException ( String exceptionMessage, INode node ) : System

Method Details

NodeException() public méthode

public NodeException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

NodeException() public méthode

public NodeException ( String exceptionMessage, INode node ) : System
exceptionMessage String
node INode
Résultat System