C# 클래스 NVelocity.Runtime.RuntimeException

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

공개 메소드들

메소드 설명
RuntimeException ( SerializationInfo info, StreamingContext context ) : System
RuntimeException ( string message ) : System
RuntimeException ( string message, System innerException ) : System

메소드 상세

RuntimeException() 공개 메소드

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

RuntimeException() 공개 메소드

public RuntimeException ( string message ) : System
message string
리턴 System

RuntimeException() 공개 메소드

public RuntimeException ( string message, System innerException ) : System
message string
innerException System
리턴 System