Table of Contents

Class UnhandledCommandException

Namespace
Shift.Common.Timeline.Exceptions
Assembly
Shift.Common.dll
public class UnhandledCommandException : Exception, ISerializable
Inheritance
UnhandledCommandException
Implements
Inherited Members
Extension Methods

Constructors

UnhandledCommandException(SerializationInfo, StreamingContext)

protected UnhandledCommandException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

UnhandledCommandException(string)

public UnhandledCommandException(string name)

Parameters

name string

UnhandledCommandException(string, Exception)

public UnhandledCommandException(string message, Exception innerException)

Parameters

message string
innerException Exception