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

info SerializationInfo

The serialization info.

context StreamingContext

A streaming context.

PixieException(string)

Creates a Pixie exception.

public PixieException(string message)

Parameters

message string

The exception's error message.

PixieException(string, Exception)

Creates a Pixie exception.

public PixieException(string message, Exception inner)

Parameters

message string

The exception's error message.

inner Exception

An inner exception.