Skip to main content

Class SemaphoreNotHeldException

Namespace: Consul
Assembly: Consul.dll

public class SemaphoreNotHeldException : Exception, ISerializable

Inheritance

objectExceptionSemaphoreNotHeldException

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

SemaphoreNotHeldException()

public SemaphoreNotHeldException()

SemaphoreNotHeldException(string)

public SemaphoreNotHeldException(string message)

Parameters

message string

SemaphoreNotHeldException(string, Exception)

public SemaphoreNotHeldException(string message, Exception inner)

Parameters

message string

inner Exception

  • Constructors
    • SemaphoreNotHeldException()
    • SemaphoreNotHeldException(string)
    • SemaphoreNotHeldException(string, Exception)