Skip to main content

Class LockInUseException

Namespace: Consul
Assembly: Consul.dll

public class LockInUseException : Exception, ISerializable

Inheritance

objectExceptionLockInUseException

Implements

ISerializable

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

LockInUseException()

public LockInUseException()

LockInUseException(string)

public LockInUseException(string message)

Parameters

message string

LockInUseException(string, Exception)

public LockInUseException(string message, Exception inner)

Parameters

message string

inner Exception

  • Constructors
    • LockInUseException()
    • LockInUseException(string)
    • LockInUseException(string, Exception)