Class PixieException
- Namespace
- Pixie
- Assembly
- Pixie.dll
A base class for exceptions specific to Pixie.
public class PixieException : Exception, ISerializable
- Inheritance
-
PixieException
- Implements
- Derived
- Inherited Members
Constructors
PixieException()
Creates a Pixie exception.
public PixieException()
PixieException(SerializationInfo, StreamingContext)
Deserializes a Pixie exception.
protected PixieException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfoThe serialization info.
contextStreamingContextA streaming context.
PixieException(string)
Creates a Pixie exception.
public PixieException(string message)
Parameters
messagestringThe exception's error message.
PixieException(string, Exception)
Creates a Pixie exception.
public PixieException(string message, Exception inner)