Show / Hide Table of Contents

Class ModuleNotFoundException

Exception thrown when a requested OnDemand IModule was not found.

Inheritance
System.Object
System.Exception
ModularityException
ModuleNotFoundException
Implements
System.Runtime.Serialization.ISerializable
ModularityException.ModuleName
ModularityException.GetObjectData(SerializationInfo, StreamingContext)
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.Presentation.Modularity
Assembly: Sartorius.SAF.Presentation.dll
Syntax
[Serializable]
public class ModuleNotFoundException : ModularityException, ISerializable

Constructors

View Source

ModuleNotFoundException()

Initializes a new instance of the ModuleNotFoundException class.

Declaration
public ModuleNotFoundException()
View Source

ModuleNotFoundException(SerializationInfo, StreamingContext)

Initializes a new instance of the ModuleNotFoundException class with the serialization data.

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

Holds the serialized object data about the exception being thrown.

System.Runtime.Serialization.StreamingContext context

Contains contextual information about the source or destination.

View Source

ModuleNotFoundException(String)

Initializes a new instance of the ModuleNotFoundException class with a specified error message.

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

The message that describes the error.

View Source

ModuleNotFoundException(String, Exception)

Initializes a new instance of the ModuleNotFoundException class with a specified error message.

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

The message that describes the error.

System.Exception innerException

The inner exception

View Source

ModuleNotFoundException(String, String)

Initializes a new instance of the ModuleNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Declaration
public ModuleNotFoundException(string moduleName, string message)
Parameters
Type Name Description
System.String moduleName

The name of the module.

System.String message

The error message that explains the reason for the exception.

View Source

ModuleNotFoundException(String, String, Exception)

Initializes a new instance of the ModuleNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.

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

The name of the module.

System.String message

The error message that explains the reason for the exception.

System.Exception innerException

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

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