Include Protected Members
Include Inherited Members
Writes an error to the trace output.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
Error(String) | Write a message to the trace output. |
![]() ![]() |
Error(String, Exception) | Write an exception to the trace output. |
![]() ![]() |
Error(String, array<Object[]) | Writes a message to the trace output. |
![]() ![]() |
Error(array<String[], Exception) | Write an exception to the trace output |
![]() ![]() |
Error(array<String[], String) | Trace a message if the error level is set for the category |
![]() ![]() |
Error(array<String[], String, array<Object[]) | Write a message to the trace output using the specified category |
![]() ![]() |
Error(array<String[], String, String, Exception) | Write an exception, information, and method to the trace output |
Top