Show / Hide Table of Contents

Class MissingFactoryException

The exception that is thrown when no factory exists for the required source and target mime types.

Inheritance
System.Object
System.Exception
MissingFactoryException
Implements
System.Runtime.Serialization.ISerializable
System.Exception.GetBaseException()
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: Sartorius.SAF.ReportGenerator
Assembly: Sartorius.SAF.ReportGenerator.dll
Syntax
[Serializable]
public class MissingFactoryException : Exception, ISerializable

Constructors

View Source

MissingFactoryException()

Initializes a new instance of the MissingFactoryException class.

Declaration
public MissingFactoryException()
View Source

MissingFactoryException(SerializationInfo, StreamingContext)

Initializes a new instance of the MissingFactoryException class.

Declaration
protected MissingFactoryException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info

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

System.Runtime.Serialization.StreamingContext context

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

View Source

MissingFactoryException(String)

Initializes a new instance of the MissingFactoryException class.

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

The exception message.

View Source

MissingFactoryException(String, Exception)

Initializes a new instance of the MissingFactoryException class.

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

The exception message.

System.Exception innerException

The inner exception.

View Source

MissingFactoryException(String, String)

Initializes a new instance of the MissingFactoryException.

Declaration
public MissingFactoryException(string sourceMimeType, string targetMimeType)
Parameters
Type Name Description
System.String sourceMimeType

The source mime type.

System.String targetMimeType

The source mime type.

Properties

View Source

SourceMimeType

The source mime type of the missing factory.

Declaration
public string SourceMimeType { get; }
Property Value
Type Description
System.String
View Source

TargetMimeType

The target mime type of the missing factory.

Declaration
public string TargetMimeType { get; }
Property Value
Type Description
System.String

Methods

View Source

GetObjectData(SerializationInfo, StreamingContext)

Declaration
[Obsolete]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info
System.Runtime.Serialization.StreamingContext context
Overrides
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)

Implements

System.Runtime.Serialization.ISerializable

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
ExceptionExtensions.GetRootException(Exception)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX