C# Class Google.GData.Client.LoggedException

Inheritance: System.Exception
Exibir arquivo Open project: moljac/MonoMobile.Google.GData Class Usage Examples

Public Methods

Method Description
LoggedException ( ) : System

default constructor so that FxCop does not complain

LoggedException ( string msg ) : System

standard overloaded constructor

LoggedException ( string msg, Exception exception ) : System

standard overloaded constructor

Protected Methods

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

here to please FxCop and maybe for future use

Private Methods

Method Description
EnsureLogging ( ) : void

protected void EnsureLogging()

Method Details

LoggedException() public method

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

LoggedException() protected method

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

LoggedException() public method

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

LoggedException() public method

standard overloaded constructor
public LoggedException ( string msg, Exception exception ) : System
msg string msg for the exception
exception System.Exception inner exception
return System