Class SemaphoreLimitConflictException
Namespace: Consul
Assembly: Consul.dll
public class SemaphoreLimitConflictException : Exception, ISerializable
Inheritance
object ← Exception ← SemaphoreLimitConflictException
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
SemaphoreLimitConflictException()
public SemaphoreLimitConflictException()
SemaphoreLimitConflictException(string, int, int)
public SemaphoreLimitConflictException(string message, int remoteLimit, int localLimit)
Parameters
message
string
remoteLimit
int
localLimit
int
SemaphoreLimitConflictException(string, int, int, Exception)
public SemaphoreLimitConflictException(string message, int remoteLimit, int localLimit, Exception inner)
Parameters
message
string
remoteLimit
int
localLimit
int
inner
Exception
Properties
LocalLimit
public int LocalLimit { get; }
Property Value
RemoteLimit
public int RemoteLimit { get; }