LogWriterLogCritical(Exception, String) Method
Formats and writes a critical log message.
Namespace: ADCS.CertMod.ManagedAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
public void LogCritical(
Exception exception,
string source
)
Public Sub LogCritical (
exception As Exception,
source As String
)
public:
virtual void LogCritical(
Exception^ exception,
String^ source
) sealed
abstract LogCritical :
exception : Exception *
source : string -> unit
override LogCritical :
exception : Exception *
source : string -> unit
- exception Exception
- The exception to log.
- source String
- Application-specific source that raised the exception.
ILogWriterLogCritical(Exception, String)