Initializes a new instance of the QLAssetNotFoundException class.
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);
QLAssetNotFoundException Class | Spss.Dimensions.Library.Specification Namespace