Table of Contents

Class PieException

Namespace
Pie
Assembly
Pie.dll

General Pie-specific exceptions.

public class PieException : Exception, ISerializable
Inheritance
PieException
Implements
Inherited Members

Constructors

PieException()

public PieException()

PieException(SerializationInfo, StreamingContext)

protected PieException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
General Pie-specific exceptions.
context StreamingContext
General Pie-specific exceptions.

PieException(string)

public PieException(string message)

Parameters

message string
General Pie-specific exceptions.

PieException(string, Exception)

public PieException(string message, Exception innerException)

Parameters

message string
General Pie-specific exceptions.
innerException Exception
General Pie-specific exceptions.