Class LinkInternalException
Namespace: Void.Proxy.Api.Links.Exceptions
Assembly: Void.Proxy.Api.dll
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?)
public LinkInternalException(string? message = null, Exception? innerException = null)Parameters
message string?
innerException Exception?