C# Class Pomona.UnknownTypeException

Inheritance: PomonaServerException
Afficher le fichier Open project: Pomona/Pomona

Méthodes publiques

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

Méthodes protégées

Méthode Description
UnknownTypeException ( SerializationInfo info, StreamingContext context ) : System

Method Details

UnknownTypeException() protected méthode

protected UnknownTypeException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

UnknownTypeException() public méthode

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
Résultat System