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