Show / Hide Table of Contents

Class FactoryException

Exception related to creating service instances.

Inheritance
System.Object
FactoryException
Namespace: Celerik.NetCore.Services
Assembly: cs.temp.dll.dll
Syntax
public class FactoryException : Exception

Constructors

FactoryException()

Initializes a new FactoryException.

Declaration
public FactoryException()

FactoryException(SerializationInfo, StreamingContext)

Initializes a new FactoryException.

Declaration
protected FactoryException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info

The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.

StreamingContext context

The StreamingContext that contains contextual information about the source or destination.

FactoryException(String)

Initializes a new FactoryException.

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

The message that describes the error.

FactoryException(String, Exception)

Initializes a new FactoryException.

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

The message that describes the error.

Exception innerException

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

In This Article
Back to top Generated by DocFX