C# Class NVelocity.Runtime.Exception.ReferenceException

Inheritance: System.Exception
显示文件 Open project: rasmus-toftdahl-olesen/NVelocity

Public Methods

Method Description
ReferenceException ( SerializationInfo info, StreamingContext context ) : System
ReferenceException ( String exceptionMessage, INode node ) : System

Method Details

ReferenceException() public method

public ReferenceException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ReferenceException() public method

public ReferenceException ( String exceptionMessage, INode node ) : System
exceptionMessage String
node INode
return System