C# Class Google.GData.Client.ClientFeedException

Inheritance: LoggedException
Exibir arquivo Open project: moljac/MonoMobile.Google.GData

Public Methods

Method Description
ClientFeedException ( ) : System

default constructor so that FxCop does not complain

ClientFeedException ( string msg ) : System

standard overloaded constructor

ClientFeedException ( string msg, Exception innerException ) : System

here to please FxCop and for future use

Protected Methods

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

here to please FxCop and maybe for future use

Method Details

ClientFeedException() public method

default constructor so that FxCop does not complain
public ClientFeedException ( ) : System
return System

ClientFeedException() protected method

here to please FxCop and maybe for future use
protected ClientFeedException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ClientFeedException() public method

standard overloaded constructor
public ClientFeedException ( string msg ) : System
msg string msg for the exception
return System

ClientFeedException() public method

here to please FxCop and for future use
public ClientFeedException ( string msg, Exception innerException ) : System
msg string
innerException System.Exception
return System