C# Class NVelocity.Exception.ParseErrorException

Inheritance: VelocityException
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
ParseErrorException ( String exceptionMessage ) : System
ParseErrorException ( String exceptionMessage, Exception innerException ) : System

Protected Methods

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

Method Details

ParseErrorException() protected method

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

ParseErrorException() public method

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

ParseErrorException() public method

public ParseErrorException ( String exceptionMessage, Exception innerException ) : System
exceptionMessage String
innerException System.Exception
return System