Skip to content

Class ServiceNotFoundException

Namespace: DotBoxD.Services.Exceptions
Assembly: DotBoxD.Services.dll

Exception thrown when a service, method, or sub-service instance is not found.

public class ServiceNotFoundException : ServiceException, ISerializable

objectExceptionServiceExceptionServiceNotFoundException

ISerializable

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()

public ServiceNotFoundException(string message)

message string

ServiceNotFoundException(string, NotFoundKind)

Section titled “ ServiceNotFoundException(string, NotFoundKind)”
public ServiceNotFoundException(string message, ServiceNotFoundException.NotFoundKind kind)

message string

kind ServiceNotFoundException.NotFoundKind

Which lookup produced this not-found result.

public ServiceNotFoundException.NotFoundKind Kind { get; }

ServiceNotFoundException.NotFoundKind