Show / Hide Table of Contents

Class ServiceCreationException

This exception will be thrown when an instance of a dependency injection service cannot be created.

Inheritance
System.Object
System.Exception
ServiceCreationException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Juhta.Net.Services
Assembly: Juhta.Net.Services.dll
Syntax
public class ServiceCreationException : Exception, ISerializable

Constructors

| Improve this Doc View Source

ServiceCreationException(String)

Initializes a new instance.

Declaration
public ServiceCreationException(string message)
Parameters
Type Name Description
System.String message

Specifies an error message.

| Improve this Doc View Source

ServiceCreationException(String, Exception)

Initializes a new instance.

Declaration
public ServiceCreationException(string message, Exception innerException)
Parameters
Type Name Description
System.String message

Specifies an error message.

System.Exception innerException

Specifies an System.Exception object that relates to the error.

Implements

System.Runtime.Serialization.ISerializable
  • Improve this Doc
  • View Source
Back to top Copyright © 2017-2019 Juha Lähteenmäki
Generated by DocFX