FbxImageException.FbxImageException

FbxImageException(string)

Initializes a new instance of the FbxImageException class.

public FbxImageException(string message)
ParameterTypeDescription
messageStringThe exception message.

See Also


FbxImageException(string, Exception)

Initializes a new instance of the FbxImageException class.

public FbxImageException(string message, Exception innerException)
ParameterTypeDescription
messageStringThe exception message.
innerExceptionExceptionThe inner exception.

See Also