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

Inheritance: RailsException
Datei anzeigen Open project: nats/castle-1.0.3-mono

Public Methods

Method 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 method

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.
return System

UrlTokenizerException() public method

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