Skip to main content

Class SemaphoreMaxAttemptsReachedException

Namespace: Consul
Assembly: Consul.dll

public class SemaphoreMaxAttemptsReachedException : Exception, ISerializable

Inheritance

objectExceptionSemaphoreMaxAttemptsReachedException

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

SemaphoreMaxAttemptsReachedException()

public SemaphoreMaxAttemptsReachedException()

SemaphoreMaxAttemptsReachedException(string)

public SemaphoreMaxAttemptsReachedException(string message)

Parameters

message string

SemaphoreMaxAttemptsReachedException(string, Exception)

public SemaphoreMaxAttemptsReachedException(string message, Exception inner)

Parameters

message string

inner Exception

  • Constructors
    • SemaphoreMaxAttemptsReachedException()
    • SemaphoreMaxAttemptsReachedException(string)
    • SemaphoreMaxAttemptsReachedException(string, Exception)