Class IdentityDomainException
Namespace: Identity.Domain.Exceptions
Assembly: Identity.Domain.dll
public sealed class IdentityDomainException : Exception, ISerializable
Inheritance
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, object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Constructors
IdentityDomainException\(\)
public IdentityDomainException()
IdentityDomainException\(string\)
public IdentityDomainException(string message)
Parameters
message string
IdentityDomainException\(string, Exception\)
public IdentityDomainException(string message, Exception innerException)
Parameters
message string
innerException Exception
Last modified: 21 May 2024