C# Class Google.GData.Client.GDataBatchRequestException

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

Public Methods

Method Description
GDataBatchRequestException ( ) : System

standard overloaded constructor

GDataBatchRequestException ( Google.GData.Client.AtomFeed batchResult ) : System

default constructor so that FxCop does not complain

GDataBatchRequestException ( string msg ) : System

standard overloaded constructor

GDataBatchRequestException ( string msg, Exception innerException ) : System

here to please FxCop and for future use

Protected Methods

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

here to please FxCop and maybe for future use

Method Details

GDataBatchRequestException() public method

standard overloaded constructor
public GDataBatchRequestException ( ) : System
return System

GDataBatchRequestException() public method

default constructor so that FxCop does not complain
public GDataBatchRequestException ( Google.GData.Client.AtomFeed batchResult ) : System
batchResult Google.GData.Client.AtomFeed
return System

GDataBatchRequestException() protected method

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

GDataBatchRequestException() public method

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

GDataBatchRequestException() public method

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