Class MissingModuleException

The exception that is thrown when a module could not be found.

Inheritance
Object
Exception
SystemException
MemberAccessException
MissingMemberException
MissingModuleException
Implements
ISerializable
Inherited Members
MissingMemberException.ClassName
MissingMemberException.MemberName
MissingMemberException.Signature
MissingMemberException.GetObjectData(SerializationInfo, StreamingContext)
MissingMemberException.Message
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: Solti.Utils.Rpc.Interfaces
Assembly: Solti.Utils.Rpc.Interfaces.dll
Syntax
public class MissingModuleException : MissingMemberException, ISerializable

Constructors

MissingModuleException(String)

Creates a new MissingModuleException instance.

Declaration
public MissingModuleException(string module)
Parameters
Type Name Description
String module

Implements

System.Runtime.Serialization.ISerializable
In This Article
Back to top Generated by DocFX