Main Page   Modules   Alphabetical List   Compound List   File List   Compound Members   Related Pages  

Win32Exception Class Reference
[synsoft.win32.exception]

List of all members.

Detailed Description

This class is thrown by synsoft.win32.* classes.


Public Methods

Construction
 this (char[] message)
 Creates an instance of the exception.

 this (char[] message, int error)
 Creates an instance of the exception, with the given.

Attributes
int propget_Error ()
 Returns the Win32 error code associated with the failure.

char[] LookupError (char[] moduleName)
 Converts the error into.


Member Function Documentation

char [] LookupError char    moduleName[] [inline]
 

Converts the error into.

int propget_Error   [inline]
 

Returns the Win32 error code associated with the failure.

this char    message[],
int    error
[inline]
 

Creates an instance of the exception, with the given.

Parameters:
message  The message associated with the exception
error  The Win32 error number associated with the exception

this char    message[] [inline]
 

Creates an instance of the exception.

Parameters:
message  The message associated with the exception


The documentation for this class was generated from the following file:

D Libraries documentation © Synesis Software Pty Ltd, 2002-2003