PredefinedFunctions.ThrowCQLFuncError3(Int32, String, 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 ThrowCQLFuncError3(int CQL_ERR, System::String ^ baseTypeName, System::String ^ typeName, System::String ^ methodName);
public static void ThrowCQLFuncError3 (int CQL_ERR, string baseTypeName, string typeName, string methodName);
static member ThrowCQLFuncError3 : int * string * string * string -> unit
Public Shared Sub ThrowCQLFuncError3 (CQL_ERR As Integer, baseTypeName As String, typeName As String, methodName As String)
Parameters
- CQL_ERR
- Int32
- baseTypeName
- String
- typeName
- String
- methodName
- String