Class OperationInProgressException
Inheritance
System.Object
System.Exception
OperationInProgressException
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace:ClickTwice.Publisher.Core.Exceptions
Assembly:ClickTwice.Publisher.Core.dll
Syntax
public class OperationInProgressException : Exception, ISerializable, _Exception
Constructors
| Improve this Doc View SourceOperationInProgressException(OperationType)
Declaration
public OperationInProgressException(OperationType operationType)
Parameters
Type | Name | Description |
---|---|---|
OperationType | operationType |
OperationInProgressException(OperationType, InvalidOperationException)
Declaration
public OperationInProgressException(OperationType operationType, InvalidOperationException innerException)
Parameters
Type | Name | Description |
---|---|---|
OperationType | operationType | |
System.InvalidOperationException | innerException |
Properties
| Improve this Doc View SourceOperation
Declaration
public OperationType Operation { get; set; }
Property Value
Type | Description |
---|---|
OperationType |