Creates a WFCWin32Exception object.
public WFCWin32Exception()
public WFCWin32Exception( int error )
public WFCWin32Exception( int error, String message )
error
The Win32 error code to be associated with this exception.
message
The message to be displayed when the exception is thrown.
If no error code is specified, the exception contains the last Win32 error reported by J/Direct. If no message is specified, the exception uses the Win32 error message associated with the error code.