• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Dapplo.Addons
    • IAction
    • IApplicationBootstrapper
    • IAsyncShutdownAction
    • IAsyncStartupAction
    • IBootstrapper
    • IDependencyProvider
    • IMefServiceLocator
    • IModule
    • IServiceExporter
    • IServiceRepository
    • IShutdownAction
    • IShutdownMetadata
    • IShutdownModule
    • IStartupAction
    • IStartupMetadata
    • IStartupModule
    • ModuleAttribute
    • ShutdownActionAttribute
    • StartupActionAttribute
    • StartupException
  • Dapplo.Addons.Bootstrapper
    • ApplicationBootstrapper
    • CompositionBootstrapper
    • ResourceMutex
    • StartupShutdownBootstrapper
  • Dapplo.Addons.Bootstrapper.Internal
    • CompressionTypes
    • StreamExtensions
  • Dapplo.Addons.Bootstrapper.Resolving
    • AssemblyResolver
    • EmbeddedResources
    • FileLocations
    • FileTools

Class StartupException

If this exception is thrown by an startup action, the startup of your application will be terminated. A prerequisite is that your class has the StartupActionAttribute where AwaitStart is true (this is default)

Inheritance
System.Object
StartupException
Namespace:Dapplo.Addons
Assembly:Dapplo.Addons.dll
Syntax
public class StartupException : Exception

Constructors

| Improve this Doc View Source

StartupException(SerializationInfo, StreamingContext)

Make serializazion possible

Declaration
protected StartupException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context
| Improve this Doc View Source

StartupException(String)

Create a StartupException with a message

Declaration
public StartupException(string message)
Parameters
Type Name Description
System.String message

string

| Improve this Doc View Source

StartupException(String, Exception)

Create a StartupException with a message and a cause

Declaration
public StartupException(string message, Exception innerException)
Parameters
Type Name Description
System.String message

string

Exception innerException

Exception which caused the StartupException

  • Improve this Doc
  • View Source
Back to top Copyright © 2017 Dapplo