C# Class WebApplications.Utilities.Logging.LoggingException

Inheritance: System.ApplicationException, IFormattable
Mostra file Open project: webappsuk/CoreLibraries

Private Properties

Property Type Description
Get string
GetPrefixed string>>.IEnumerable
LoggingException System
LoggingException System
LoggingException System
LoggingException System
LoggingException System
LoggingException System
ToString string
this string

Public Methods

Method Description
LoggingException ( LoggingLevel level, [ resourceType, [ resourceProperty ) : System

Initializes a new instance of the LoggingException class.

LoggingException ( LoggingLevel level, [ resource ) : System

Initializes a new instance of the LoggingException class.

LoggingException ( [ log ) : System

Initializes a new instance of the LoggingException class.

LoggingException ( [ exception, LoggingLevel level = LoggingLevel.Error ) : System

Initializes a new instance of the LoggingException class.

LoggingException ( [ context, LoggingLevel level, [ resourceType, [ resourceProperty ) : System

Initializes a new instance of the LoggingException class.

LoggingException ( [ context, LoggingLevel level, [ resource ) : System

Initializes a new instance of the LoggingException class.

LoggingException ( [ culture, [ exception, LoggingLevel level = LoggingLevel.Error ) : System

Initializes a new instance of the LoggingException class.

LoggingException ( [ context, [ exception, LoggingLevel level, [ resourceType, [ resourceProperty ) : System

Initializes a new instance of the LoggingException class.

LoggingException ( [ context, [ exception, LoggingLevel level, [ resource ) : System

Initializes a new instance of the LoggingException class.

LoggingException ( [ culture, [ context, [ exception, LoggingLevel level, [ resourceType, [ resourceProperty ) : System

Initializes a new instance of the LoggingException class.

LoggingException ( [ culture, [ context, [ exception, LoggingLevel level, [ resource ) : System

Initializes a new instance of the LoggingException class.

LoggingException ( [ culture, [ context, [ resourceType, [ resourceProperty ) : System

Initializes a new instance of the LoggingException class.

LoggingException ( [ culture, [ context, [ exception, [ resourceType, [ resourceProperty ) : System

Initializes a new instance of the LoggingException class.

LoggingException ( [ culture, [ context, [ exception, [ resource ) : System

Initializes a new instance of the LoggingException class.

LoggingException ( [ culture, [ context, [ resource ) : System

Initializes a new instance of the LoggingException class.

LoggingException ( [ context, [ resource ) : System

Initializes a new instance of the LoggingException class.

LoggingException ( [ resource ) : System

Initializes a new instance of the LoggingException class.

ToString ( ) : string

Returns a string that represents this instance.

ToString ( [ format, [ formatProvider = null ) : string

Returns a string that represents this instance.

Private Methods

Method Description
Get ( [ key ) : string
GetPrefixed ( [ prefix ) : string>>.IEnumerable
LoggingException ( LoggingLevel level, [ format ) : System
LoggingException ( [ context, LoggingLevel level, [ format ) : System
LoggingException ( [ context, [ format ) : System
LoggingException ( [ context, [ exception, LoggingLevel level, [ format ) : System
LoggingException ( [ culture, [ context, [ format ) : System
LoggingException ( [ culture, [ context, [ exception, LoggingLevel level, [ format ) : System
ToString ( [ formatProvider ) : string
this ( [ key ) : string

Method Details

LoggingException() public method

Initializes a new instance of the LoggingException class.
public LoggingException ( LoggingLevel level, [ resourceType, [ resourceProperty ) : System
level LoggingLevel The log level.
resourceType [ The resource class type.
resourceProperty [ The name of the resource property in .
return System

LoggingException() public method

Initializes a new instance of the LoggingException class.
public LoggingException ( LoggingLevel level, [ resource ) : System
level LoggingLevel The log level.
resource [ The resource expression, e.g. ()=> Resources.Log_Message.
return System

LoggingException() public method

Initializes a new instance of the LoggingException class.
public LoggingException ( [ log ) : System
log [ The log.
return System

LoggingException() public method

Initializes a new instance of the LoggingException class.
public LoggingException ( [ exception, LoggingLevel level = LoggingLevel.Error ) : System
exception [ The exception.
level LoggingLevel The log level.
return System

LoggingException() public method

Initializes a new instance of the LoggingException class.
public LoggingException ( [ context, LoggingLevel level, [ resourceType, [ resourceProperty ) : System
context [ The log context.
level LoggingLevel The log level.
resourceType [ The resource class type.
resourceProperty [ The name of the resource property in .
return System

LoggingException() public method

Initializes a new instance of the LoggingException class.
public LoggingException ( [ context, LoggingLevel level, [ resource ) : System
context [ The log context.
level LoggingLevel The log level.
resource [ The resource expression, e.g. ()=> Resources.Log_Message.
return System

LoggingException() public method

Initializes a new instance of the LoggingException class.
public LoggingException ( [ culture, [ exception, LoggingLevel level = LoggingLevel.Error ) : System
culture [ The culture.
exception [ The exception.
level LoggingLevel The log level.
return System

LoggingException() public method

Initializes a new instance of the LoggingException class.
public LoggingException ( [ context, [ exception, LoggingLevel level, [ resourceType, [ resourceProperty ) : System
context [ The log context.
exception [ The exception.
level LoggingLevel The log level.
resourceType [ The resource class type.
resourceProperty [ The name of the resource property in .
return System

LoggingException() public method

Initializes a new instance of the LoggingException class.
public LoggingException ( [ context, [ exception, LoggingLevel level, [ resource ) : System
context [ The log context.
exception [ The exception.
level LoggingLevel The log level.
resource [ The resource expression, e.g. ()=> Resources.Log_Message.
return System

LoggingException() public method

Initializes a new instance of the LoggingException class.
public LoggingException ( [ culture, [ context, [ exception, LoggingLevel level, [ resourceType, [ resourceProperty ) : System
culture [ The culture.
context [ The log context.
exception [ The exception.
level LoggingLevel The log level.
resourceType [ The resource class type.
resourceProperty [ The name of the resource property in .
return System

LoggingException() public method

Initializes a new instance of the LoggingException class.
public LoggingException ( [ culture, [ context, [ exception, LoggingLevel level, [ resource ) : System
culture [ The culture.
context [ The log context.
exception [ The exception.
level LoggingLevel The log level.
resource [ The resource expression, e.g. ()=> Resources.Log_Message.
return System

LoggingException() public method

Initializes a new instance of the LoggingException class.
public LoggingException ( [ culture, [ context, [ resourceType, [ resourceProperty ) : System
culture [ The culture.
context [ The log context.
resourceType [ The resource class type.
resourceProperty [ The name of the resource property in .
return System

LoggingException() public method

Initializes a new instance of the LoggingException class.
public LoggingException ( [ culture, [ context, [ exception, [ resourceType, [ resourceProperty ) : System
culture [ The culture.
context [ The log context.
exception [ The exception.
resourceType [ The resource class type.
resourceProperty [ The name of the resource property in .
return System

LoggingException() public method

Initializes a new instance of the LoggingException class.
public LoggingException ( [ culture, [ context, [ exception, [ resource ) : System
culture [ The culture.
context [ The log context.
exception [ The exception.
resource [ The resource expression, e.g. ()=> Resources.Log_Message.
return System

LoggingException() public method

Initializes a new instance of the LoggingException class.
public LoggingException ( [ culture, [ context, [ resource ) : System
culture [ The culture.
context [ The log context.
resource [ The resource expression, e.g. ()=> Resources.Log_Message.
return System

LoggingException() public method

Initializes a new instance of the LoggingException class.
public LoggingException ( [ context, [ resource ) : System
context [ The log context.
resource [ The resource expression, e.g. ()=> Resources.Log_Message.
return System

LoggingException() public method

Initializes a new instance of the LoggingException class.
public LoggingException ( [ resource ) : System
resource [ The resource expression, e.g. ()=> Resources.Log_Message.
return System

ToString() public method

Returns a string that represents this instance.
public ToString ( ) : string
return string

ToString() public method

Returns a string that represents this instance.
public ToString ( [ format, [ formatProvider = null ) : string
format [ The format to use.-or- A null reference (Nothing in Visual Basic) to use the default format defined for the type of the implementation.
formatProvider [ The provider to use to format the value.-or- A null reference (Nothing in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.
return string