PredefinedFunctions.ThrowCQLFuncError(Int32, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static void ThrowCQLFuncError(int CQL_ERR, System::String ^ typeName, System::String ^ methodName);
public static void ThrowCQLFuncError (int CQL_ERR, string typeName, string methodName);
static member ThrowCQLFuncError : int * string * string -> unit
Public Shared Sub ThrowCQLFuncError (CQL_ERR As Integer, typeName As String, methodName As String)
Parameters
- CQL_ERR
- Int32
- typeName
- String
- methodName
- String