Class ConflictingCommandException
Represents a command that could not be executed because it conflicted with the command of another user or actor.
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.Source
System.Exception.SerializeObjectState
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
Namespace: IRM.Domain.Persistance
Assembly: IRM.dll
Syntax
[Serializable]
public class ConflictingCommandException : Exception, ISerializable, _Exception
Constructors
ConflictingCommandException()
Initializes a new instance of the ConflictingCommandException class.
Declaration
public ConflictingCommandException()
ConflictingCommandException(SerializationInfo, StreamingContext)
Initializes a new instance of the ConflictingCommandException class.
Declaration
protected ConflictingCommandException(SerializationInfo info, StreamingContext context)
Parameters
SerializationInfo
info
The SerializationInfo that holds the serialized object data of the exception being thrown. |
StreamingContext
context
The StreamingContext that contains contextual information about the source or destination. |
ConflictingCommandException(String)
Initializes a new instance of the ConflictingCommandException class.
Declaration
public ConflictingCommandException(string message)
Parameters
String
message
The message that describes the error. |
ConflictingCommandException(String, Exception)
Initializes a new instance of the ConflictingCommandException class.
Declaration
public ConflictingCommandException(string message, Exception innerException)
Parameters
String
message
The message that describes the error. |
Exception
innerException
The message that is the cause of the current exception. |