Class LoggerInitializationException
This exception is thrown when there was a problem initializing a logger.
Implements
Inherited Members
Namespace: Akka.Actor
Assembly: Akka.dll
Syntax
public class LoggerInitializationException : AkkaException, ISerializable
Constructors
| Improve this Doc View SourceLoggerInitializationException()
Initializes a new instance of the LoggerInitializationException class.
Declaration
public LoggerInitializationException()
LoggerInitializationException(SerializationInfo, StreamingContext)
Initializes a new instance of the LoggerInitializationException class.
Declaration
protected LoggerInitializationException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. |
StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. |
LoggerInitializationException(String)
Initializes a new instance of the LoggerInitializationException class.
Declaration
public LoggerInitializationException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
LoggerInitializationException(String, Exception)
Initializes a new instance of the LoggerInitializationException class.
Declaration
public LoggerInitializationException(string message, Exception cause = null)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
Exception | cause | The exception that is the cause of the current exception. |