C# Class PodioAPI.Exceptions.PodioNotFoundException

Inheritance: PodioException
Afficher le fichier Open project: podio/podio-dotnet

Méthodes publiques

Méthode Description
PodioNotFoundException ( SerializationInfo info, StreamingContext context ) : System
PodioNotFoundException ( int status, PodioError error ) : System

Method Details

PodioNotFoundException() public méthode

public PodioNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

PodioNotFoundException() public méthode

public PodioNotFoundException ( int status, PodioError error ) : System
status int
error PodioError
Résultat System