Click or drag to resize
FunctionFailureException Constructor (String, Exception)
Initializes a new instance of the FunctionFailureException class

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public FunctionFailureException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
innerException
Type: SystemException
See Also