Table of Contents

Class AutomatonymousException

Namespace
Automatonymous
Assembly
Automatonymous.dll
public class AutomatonymousException : Exception, ISerializable
Inheritance
AutomatonymousException
Implements
Derived
Inherited Members

Constructors

AutomatonymousException()

public AutomatonymousException()

AutomatonymousException(string)

public AutomatonymousException(string message)

Parameters

message string

AutomatonymousException(string, Exception)

public AutomatonymousException(string message, Exception innerException)

Parameters

message string
innerException Exception

AutomatonymousException(Type, string)

public AutomatonymousException(Type machineType, string message)

Parameters

machineType Type
message string

AutomatonymousException(Type, string, Exception)

public AutomatonymousException(Type machineType, string message, Exception innerException)

Parameters

machineType Type
message string
innerException Exception