Class SemaphoreConflictException
Namespace: Consul
Assembly: Consul.dll
public class SemaphoreConflictException : Exception, ISerializable
Inheritance
object ← Exception ← SemaphoreConflictException
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
SemaphoreConflictException()
public SemaphoreConflictException()
SemaphoreConflictException(string)
public SemaphoreConflictException(string message)
Parameters
message
string
SemaphoreConflictException(string, Exception)
public SemaphoreConflictException(string message, Exception inner)
Parameters
message
string
inner
Exception