AgateLib.AgateException Class Reference

Base exception class for exceptions which are thrown by AgateLib. More...

Inheritance diagram for AgateLib.AgateException:

AgateLib.AgateCrossPlatformException AgateLib.Resources.AgateResourceException

List of all members.

Public Member Functions

 AgateException ()
 Constructs an AgateException.
 AgateException (string message)
 Constructs an AgateException.
 AgateException (string message, Exception inner)
 Constructs an AgateException.

Protected Member Functions

 AgateException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Constructs an AgateException.


Detailed Description

Base exception class for exceptions which are thrown by AgateLib.


Constructor & Destructor Documentation

AgateLib.AgateException.AgateException (  ) 

Constructs an AgateException.

AgateLib.AgateException.AgateException ( string  message  ) 

Constructs an AgateException.

AgateLib.AgateException.AgateException ( string  message,
Exception  inner 
)

Constructs an AgateException.

AgateLib.AgateException.AgateException ( System.Runtime.Serialization.SerializationInfo  info,
System.Runtime.Serialization.StreamingContext  context 
) [protected]

Constructs an AgateException.


The documentation for this class was generated from the following file:
AgateLib
Awesome Game and Tool Engine Library
SourceForge.net Logo