C# Class PodioAPI.Exceptions.PodioNotFoundException

Inheritance: PodioException
Mostrar archivo Open project: podio/podio-dotnet

Public Methods

Method Description
PodioNotFoundException ( SerializationInfo info, StreamingContext context ) : System
PodioNotFoundException ( int status, PodioError error ) : System

Method Details

PodioNotFoundException() public method

public PodioNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

PodioNotFoundException() public method

public PodioNotFoundException ( int status, PodioError error ) : System
status int
error PodioError
return System