GFException Class

GF API Documentation
Base class for GFAPI exceptions
Inheritance Hierarchy

SystemObject
  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

public class GFException : Exception
Constructors

  NameDescription
Public methodGFException(Exception)
Construct with reference to inner exception
Public methodGFException(String)
Construct with message
Public methodGFException(String, Exception)
Construct with message and reference to inner exception
Top
See Also

Reference