Skip to main content

Class SemaphoreInUseException

Namespace: Consul
Assembly: Consul.dll

public class SemaphoreInUseException : Exception, ISerializable

Inheritance

objectExceptionSemaphoreInUseException

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

SemaphoreInUseException()

public SemaphoreInUseException()

SemaphoreInUseException(string)

public SemaphoreInUseException(string message)

Parameters

message string

SemaphoreInUseException(string, Exception)

public SemaphoreInUseException(string message, Exception inner)

Parameters

message string

inner Exception

  • Constructors
    • SemaphoreInUseException()
    • SemaphoreInUseException(string)
    • SemaphoreInUseException(string, Exception)