DiagnosticLogger.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(String, String) | |
Error(String, String, Exception) | |
Error(String, String, Object[]) | |
Error(String, String, String) |
Error(String, String)
Error(String, String, Exception)
public:
virtual void Error(System::String ^ appName, System::String ^ message, Exception ^ exception);
public void Error (string appName, string message, Exception exception);
abstract member Error : string * string * Exception -> unit
override this.Error : string * string * Exception -> unit
Public Sub Error (appName As String, message As String, exception As Exception)
Parameters
- appName
- String
- message
- String
- exception
- Exception
Implements
Applies to
Error(String, String, Object[])
public:
virtual void Error(System::String ^ appName, System::String ^ format, ... cli::array <System::Object ^> ^ parameters);
public void Error (string appName, string format, params object[] parameters);
abstract member Error : string * string * obj[] -> unit
override this.Error : string * string * obj[] -> unit
Public Sub Error (appName As String, format As String, ParamArray parameters As Object())
Parameters
- appName
- String
- format
- String
- parameters
- Object[]
Implements
Applies to
Error(String, String, String)
public:
void Error(System::String ^ appName, System::String ^ message, System::String ^ advanced);
public void Error (string appName, string message, string advanced);
member this.Error : string * string * string -> unit
Public Sub Error (appName As String, message As String, advanced As String)
Parameters
- appName
- String
- message
- String
- advanced
- String