C# Class Pomona.UnknownTypeException

Inheritance: PomonaServerException
Exibir arquivo Open project: Pomona/Pomona

Public Methods

Method Description
UnknownTypeException ( string message, Exception innerException = null, HttpStatusCode statusCode = HttpStatusCode.BadRequest, string>.IEnumerable responseHeaders = null ) : System

Protected Methods

Method Description
UnknownTypeException ( SerializationInfo info, StreamingContext context ) : System

Method Details

UnknownTypeException() protected method

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

UnknownTypeException() public method

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
return System