C# 클래스 NVelocity.Runtime.Exception.ReferenceException

상속: System.Exception
파일 보기 프로젝트 열기: rasmus-toftdahl-olesen/NVelocity

공개 메소드들

메소드 설명
ReferenceException ( SerializationInfo info, StreamingContext context ) : System
ReferenceException ( String exceptionMessage, INode node ) : System

메소드 상세

ReferenceException() 공개 메소드

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

ReferenceException() 공개 메소드

public ReferenceException ( String exceptionMessage, INode node ) : System
exceptionMessage String
node INode
리턴 System