C# 클래스 Pomona.UnknownTypeException

상속: PomonaServerException
파일 보기 프로젝트 열기: Pomona/Pomona

공개 메소드들

메소드 설명
UnknownTypeException ( string message, Exception innerException = null, HttpStatusCode statusCode = HttpStatusCode.BadRequest, string>.IEnumerable responseHeaders = null ) : System

보호된 메소드들

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

메소드 상세

UnknownTypeException() 보호된 메소드

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

UnknownTypeException() 공개 메소드

public UnknownTypeException ( string message, Exception innerException = null, HttpStatusCode statusCode = HttpStatusCode.BadRequest, string>.IEnumerable responseHeaders = null ) : System
message string
innerException System.Exception
statusCode HttpStatusCode
responseHeaders string>.IEnumerable
리턴 System