C# Class Castle.Core.Logging.LoggerException

Inheritance: System.Exception
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
LoggerException ( SerializationInfo info, StreamingContext context ) : System
LoggerException ( String message ) : System
LoggerException ( String message, Exception innerException ) : System

Method Details

LoggerException() public method

public LoggerException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

LoggerException() public method

public LoggerException ( String message ) : System
message String
return System

LoggerException() public method

public LoggerException ( String message, Exception innerException ) : System
message String
innerException System.Exception
return System