Class BootstrapException
Exception for signalling bootstrap errors.
Inheritance
System.Object
System.Exception
System.ApplicationException
BootstrapException
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Kephas.Application
Assembly: Kephas.Application.dll
Syntax
public class BootstrapException : ApplicationException, ISerializable, ISeverityQualifiedException
Constructors
| Improve this Doc View SourceBootstrapException(String)
Initializes a new instance of the BootstrapException class.
Declaration
public BootstrapException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
BootstrapException(String, Exception)
Initializes a new instance of the BootstrapException class.
Declaration
public BootstrapException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message. |
System.Exception | inner | The inner. |
Properties
| Improve this Doc View SourceAmbientServices
Gets or sets the ambient services.
Declaration
public IAmbientServices AmbientServices { get; set; }
Property Value
Type | Description |
---|---|
IAmbientServices | The ambient services. |
AppContext
Gets or sets a context for the application.
Declaration
public IAppContext AppContext { get; set; }
Property Value
Type | Description |
---|---|
IAppContext | The application context. |
Severity
Gets or sets the severity.
Declaration
public SeverityLevel Severity { get; set; }
Property Value
Type | Description |
---|---|
SeverityLevel | The severity. |
Implements
System.Runtime.Serialization.ISerializable