Library Specification Object Model Reference

QLException Constructor

Creates a new, 'empty' exception.

Overload List

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);

See Also

QLException Class | Spss.Dimensions.Library.Specification Namespace