Class RestaurantDomainException
Namespace: Restaurant.Domain.Exceptions
Assembly: Restaurant.Domain.dll
public sealed class RestaurantDomainException : 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
RestaurantDomainException\(\)
public RestaurantDomainException()
RestaurantDomainException\(string\)
public RestaurantDomainException(string message)
Parameters
message string
RestaurantDomainException\(string, Exception\)
public RestaurantDomainException(string message, Exception innerException)
Parameters
message string
innerException Exception
Last modified: 21 May 2024