Class LinkInternalException
Namespace: Void.Proxy.Api.Links.Exceptions
Assembly: Void.Proxy.Api.dll
Represents an invariant or processing failure internal to a link implementation.
public class LinkInternalException : Exception, ISerializableInheritance
object ← Exception ← LinkInternalException
Implements
Inherited Members
Exception.GetBaseException(), 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
LinkInternalException(string?, Exception?)
Represents an invariant or processing failure internal to a link implementation.
public LinkInternalException(string? message = null, Exception? innerException = null)Parameters
message string?
An optional message describing the failure.
innerException Exception?
The exception that caused this failure, or null when no underlying exception is available.