Base class for GFAPI exceptions
            
Inheritance Hierarchy
SystemException
GF.Api.ExceptionsGFException
GF.Api.ExceptionsLostConnectionException
GF.Api.ExceptionsSoftwareErrorException
GF.Api.UtilsValidationException
Namespace: GF.Api.Exceptions
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
Constructors
| Name | Description | |
|---|---|---|
| GFException(Exception) | 
            Construct with reference to inner exception
              | |
| GFException(String) | 
            Construct with message
              | |
| GFException(String, Exception) | 
            Construct with message and reference to inner exception
              | 
See Also