Library Specification Object Model Reference

QLAssetNotFoundException Constructor

Initializes a new instance of the QLAssetNotFoundException class.

Overload List

Initializes a new instance of the QLAssetNotFoundException class.

public QLAssetNotFoundException();

Initializes a new instance of the QLAssetNotFoundException class with a specified error message.

public QLAssetNotFoundException(string);

Initializes a new instance of the QLAssetNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public QLAssetNotFoundException(string,Exception);

See Also

QLAssetNotFoundException Class | Spss.Dimensions.Library.Specification Namespace