Creates a new, 'empty' exception.
Creates a new, 'empty' exception.
public QLException();
Creates an exception, generally from the serialization framework.
public QLException(SerializationInfo,StreamingContext);
Creates a new exception with the specified message.
public QLException(string);
Creates a new QLException, allowing the message and cause of this exception to be specified.
public QLException(string,Exception);
QLException Class | Spss.Dimensions.Library.Specification Namespace