LogWriterLogError(Exception, String) Method
Formats and writes an error log message.
Namespace: ADCS.CertMod.ManagedAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
public void LogError(
Exception exception,
string source
)
Public Sub LogError (
exception As Exception,
source As String
)
public:
virtual void LogError(
Exception^ exception,
String^ source
) sealed
- exception Exception
- The exception to log.
- source String
- Application-specific source that raised the exception.
ILogWriterLogError(Exception, String)