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
infoSerializationInfocontextStreamingContext
UnhandledCommandException(string)
public UnhandledCommandException(string name)
Parameters
namestring
UnhandledCommandException(string, Exception)
public UnhandledCommandException(string message, Exception innerException)