C# 클래스 NVelocity.Exception.ParseErrorException

상속: VelocityException
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
ParseErrorException ( String exceptionMessage ) : System
ParseErrorException ( String exceptionMessage, Exception innerException ) : System

보호된 메소드들

메소드 설명
ParseErrorException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

ParseErrorException() 보호된 메소드

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

ParseErrorException() 공개 메소드

public ParseErrorException ( String exceptionMessage ) : System
exceptionMessage String
리턴 System

ParseErrorException() 공개 메소드

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