ExceptionHelperGetMessage Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected static string GetMessage(
int exNum,
params Object[] args
)
Protected Shared Function GetMessage (
exNum As Integer,
ParamArray args As Object()
) As String
protected:
static String^ GetMessage(
int exNum,
... array<Object^>^ args
)
static member GetMessage :
exNum : int *
args : Object[] -> string
Parameters
- exNum
- Type: SystemInt32
- args
- Type: SystemObject
Return Value
Type:
StringSee Also