[This is preliminary documentation and is subject to change.]
Represents the exception that is thrown when an unkown SIF_Operator is used in a SIF_Query
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class AdkUnknownOperatorException : Exception
<SerializableAttribute> _ Public Class AdkUnknownOperatorException _ Inherits Exception
[SerializableAttribute] public ref class AdkUnknownOperatorException : public Exception
| All Members | Constructors | ||||
| Icon | Member | Description |
|---|---|---|
| AdkUnknownOperatorExceptionAdkUnknownOperatorExceptionNew(String) |
Constructs an error with the error message
| |
| AdkUnknownOperatorExceptionAdkUnknownOperatorExceptionNew(String, Exception) |
Constructs an error with the error message and the original cause of the exception
|