Share via


ModuleLoadException Constructors

Definition

Overloads

ModuleLoadException()
ModuleLoadException(String)
ModuleLoadException(SerializationInfo, StreamingContext)
ModuleLoadException(String, Exception)
ModuleLoadException(String, String)
ModuleLoadException(String, String, Exception)

ModuleLoadException()

public:
 ModuleLoadException();
public ModuleLoadException ();
Public Sub New ()

Applies to

ModuleLoadException(String)

public:
 ModuleLoadException(System::String ^ message);
public ModuleLoadException (string message);
new Microsoft.Practices.CompositeUI.Services.ModuleLoadException : string -> Microsoft.Practices.CompositeUI.Services.ModuleLoadException
Public Sub New (message As String)

Parameters

message
String

Applies to

ModuleLoadException(SerializationInfo, StreamingContext)

protected:
 ModuleLoadException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ModuleLoadException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.Practices.CompositeUI.Services.ModuleLoadException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.Practices.CompositeUI.Services.ModuleLoadException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

Applies to

ModuleLoadException(String, Exception)

public:
 ModuleLoadException(System::String ^ message, Exception ^ exception);
public ModuleLoadException (string message, Exception exception);
new Microsoft.Practices.CompositeUI.Services.ModuleLoadException : string * Exception -> Microsoft.Practices.CompositeUI.Services.ModuleLoadException
Public Sub New (message As String, exception As Exception)

Parameters

message
String
exception
Exception

Applies to

ModuleLoadException(String, String)

public:
 ModuleLoadException(System::String ^ moduleAssembly, System::String ^ message);
public ModuleLoadException (string moduleAssembly, string message);
new Microsoft.Practices.CompositeUI.Services.ModuleLoadException : string * string -> Microsoft.Practices.CompositeUI.Services.ModuleLoadException
Public Sub New (moduleAssembly As String, message As String)

Parameters

moduleAssembly
String
message
String

Applies to

ModuleLoadException(String, String, Exception)

public:
 ModuleLoadException(System::String ^ moduleAssembly, System::String ^ message, Exception ^ innerException);
public ModuleLoadException (string moduleAssembly, string message, Exception innerException);
new Microsoft.Practices.CompositeUI.Services.ModuleLoadException : string * string * Exception -> Microsoft.Practices.CompositeUI.Services.ModuleLoadException
Public Sub New (moduleAssembly As String, message As String, innerException As Exception)

Parameters

moduleAssembly
String
message
String
innerException
Exception

Applies to