Logger.Error 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.
Overloads
| Error(Int32, String, Object[]) | |
| Error(Object, Int32, String, Object[]) |
Error(Int32, String, Object[])
public:
static void Error(int id, System::String ^ message, ... cli::array <System::Object ^> ^ args);
public static void Error (int id, string message, params object[] args);
static member Error : int * string * obj[] -> unit
Public Shared Sub Error (id As Integer, message As String, ParamArray args As Object())
Parameters
- id
- Int32
- message
- String
- args
- Object[]
Applies to
Error(Object, Int32, String, Object[])
public:
static void Error(System::Object ^ tracePoint, int id, System::String ^ message, ... cli::array <System::Object ^> ^ args);
public static void Error (object tracePoint, int id, string message, params object[] args);
static member Error : obj * int * string * obj[] -> unit
Public Shared Sub Error (tracePoint As Object, id As Integer, message As String, ParamArray args As Object())
Parameters
- tracePoint
- Object
- id
- Int32
- message
- String
- args
- Object[]