Class BarException
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)