Table of Contents

Class BarException

Namespace
Whim.Bar
Assembly
Whim.Bar.dll
Exception thrown by Whim.Bar.
[Serializable]
public class BarException : Exception, ISerializable
Inheritance
BarException
Implements
Inherited Members

Constructors

BarException()

Constructs a new BarException.
public BarException()

BarException(string)

Constructs a new BarException.
public BarException(string message)

Parameters

message string
The message that describes the error.

BarException(string, Exception)

Constructs a new BarException.
public BarException(string message, Exception inner)

Parameters

message string
The message that describes the error.
inner Exception
The exception that is the cause of the current exception.