Table of Contents

Class LifecycleException

Namespace
Steeltoe.Common.Lifecycle
Assembly
Steeltoe.Common.dll
public class LifecycleException : Exception, ISerializable
Inheritance
LifecycleException
Implements
Inherited Members

Constructors

LifecycleException(string)

public LifecycleException(string message)

Parameters

message string

LifecycleException(string, Exception)

public LifecycleException(string message, Exception innerException)

Parameters

message string
innerException Exception