Class ScheduleOperationNotSupportedException
- Namespace
- JobFlow.Core.Infrastructure.Transports
- Assembly
- JobFlow.Core.dll
public class ScheduleOperationNotSupportedException : InvalidOperationException, ISerializable
- Inheritance
-
ScheduleOperationNotSupportedException
- Implements
- Inherited Members
- Extension Methods
Constructors
ScheduleOperationNotSupportedException()
public ScheduleOperationNotSupportedException()
ScheduleOperationNotSupportedException(string)
public ScheduleOperationNotSupportedException(string message)
Parameters
message
string
ScheduleOperationNotSupportedException(string, Exception)
public ScheduleOperationNotSupportedException(string message, Exception innerException)