C# Class Castle.MonoRail.Framework.Internal.UrlTokenizerException

Inheritance: RailsException
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

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

Initializes a new instance of the UrlTokenizerException class.

UrlTokenizerException ( String message ) : System

Initializes a new instance of the UrlTokenizerException class.

Method Details

UrlTokenizerException() public méthode

Initializes a new instance of the UrlTokenizerException class.
public UrlTokenizerException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The object that holds the serialized object data.
context System.Runtime.Serialization.StreamingContext The contextual information about the source or destination.
Résultat System

UrlTokenizerException() public méthode

Initializes a new instance of the UrlTokenizerException class.
public UrlTokenizerException ( String message ) : System
message String The message.
Résultat System