C# Класс Google.GData.Client.LoggedException

Наследование: System.Exception
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
LoggedException ( SerializationInfo info, StreamingContext context ) : System

here to please FxCop and maybe for future use

Приватные методы

Метод Описание
EnsureLogging ( ) : void

protected void EnsureLogging()

Описание методов

LoggedException() публичный Метод

default constructor so that FxCop does not complain
public LoggedException ( ) : System
Результат System

LoggedException() защищенный Метод

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
Результат System

LoggedException() публичный Метод

standard overloaded constructor
public LoggedException ( string msg ) : System
msg string msg for the exception
Результат System

LoggedException() публичный Метод

standard overloaded constructor
public LoggedException ( string msg, Exception exception ) : System
msg string msg for the exception
exception System.Exception inner exception
Результат System