C# 클래스 SharpPlant.SharpPlantReview.SprException

상속: System.Exception
파일 보기 프로젝트 열기: phusband/SharpPlant

공개 메소드들

메소드 설명
SprException ( string message ) : System

보호된 메소드들

메소드 설명
SprException ( SerializationInfo info, StreamingContext ctxt ) : System

메소드 상세

SprException() 보호된 메소드

protected SprException ( SerializationInfo info, StreamingContext ctxt ) : System
info System.Runtime.Serialization.SerializationInfo
ctxt System.Runtime.Serialization.StreamingContext
리턴 System

SprException() 공개 메소드

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