C# Class Google.GData.Client.ClientQueryException

Inheritance: LoggedException
Show file Open project: moljac/MonoMobile.Google.GData

Public Methods

Method Description
ClientQueryException ( ) : System

default constructor so that FxCop does not complain

ClientQueryException ( string msg ) : System

standard overloaded constructor

ClientQueryException ( string msg, Exception innerException ) : System

here to please FxCop and for future use

Protected Methods

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

here to please FxCop and maybe for future use

Method Details

ClientQueryException() public method

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

ClientQueryException() protected method

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

ClientQueryException() public method

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

ClientQueryException() public method

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