AgateLib.AgateCrossPlatformException Class Reference

Exception which is thrown when AgateLib detects that it is used in a way that may not be portable to different platforms, and Core.CrossPlatformDebugLevel is set to Exception. More...

Inheritance diagram for AgateLib.AgateCrossPlatformException:

AgateLib.AgateException

List of all members.

Public Member Functions

 AgateCrossPlatformException ()
 Constructs a new AgateCrossPlatformException object.
 AgateCrossPlatformException (string message)
 Constructs a new AgateCrossPlatformException object.
 AgateCrossPlatformException (string message, Exception inner)
 Constructs a new AgateCrossPlatformException object.

Protected Member Functions

 AgateCrossPlatformException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 Constructs a new AgateCrossPlatformException object from serialization data.


Detailed Description

Exception which is thrown when AgateLib detects that it is used in a way that may not be portable to different platforms, and Core.CrossPlatformDebugLevel is set to Exception.


Constructor & Destructor Documentation

AgateLib.AgateCrossPlatformException.AgateCrossPlatformException (  ) 

Constructs a new AgateCrossPlatformException object.

AgateLib.AgateCrossPlatformException.AgateCrossPlatformException ( string  message  ) 

Constructs a new AgateCrossPlatformException object.

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

Constructs a new AgateCrossPlatformException object.

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

Constructs a new AgateCrossPlatformException object from serialization data.

Parameters:
info 
context 


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