Class PhobosException
Fatal errors raised by Phobos, typically during configuration.
Inheritance
PhobosException
Assembly: Phobos.Actor.dll
Syntax
public sealed class PhobosException : Exception, ISerializable
Constructors
PhobosException()
Declaration
PhobosException(string)
Declaration
public PhobosException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
PhobosException(string, Exception)
Declaration
public PhobosException(string message, Exception innerException)
Parameters
Implements