Class LockConflictException
Namespace: Consul
Assembly: Consul.dll
public class LockConflictException : Exception, ISerializable
Inheritance
object ← Exception ← LockConflictException
Implements
Inherited Members
Exception.GetBaseException() , Exception.GetObjectData(SerializationInfo, StreamingContext) , Exception.GetType() , Exception.ToString() , Exception.Data , Exception.HelpLink , Exception.HResult , Exception.InnerException , Exception.Message , Exception.Source , Exception.StackTrace , Exception.TargetSite , Exception.SerializeObjectState , object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
LockConflictException()
public LockConflictException()
LockConflictException(string)
public LockConflictException(string message)
Parameters
message
string
LockConflictException(string, Exception)
public LockConflictException(string message, Exception inner)
Parameters
message
string
inner
Exception