GFException Constructor (String, Exception)

GF API Documentation
Construct with message and reference to inner exception

Namespace:  GF.Api.Exceptions
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public GFException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
innerException
Type: SystemException
See Also

Reference