ModuleLoadException Constructor (String, String, Exception)

Initializes the exception with a particular module, error message and inner exception that happened.

Namespace: Microsoft.Practices.CompositeUI.Services
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public Sub New ( _
    moduleAssembly As String, _
    message As String, _
    innerException As Exception _
)
'Usage
Dim moduleAssembly As String
Dim message As String
Dim innerException As Exception

Dim instance As New ModuleLoadException(moduleAssembly, message, innerException)
public ModuleLoadException (
    string moduleAssembly,
    string message,
    Exception innerException
)
public:
ModuleLoadException (
    String^ moduleAssembly, 
    String^ message, 
    Exception^ innerException
)
public ModuleLoadException (
    String moduleAssembly, 
    String message, 
    Exception innerException
)
public function ModuleLoadException (
    moduleAssembly : String, 
    message : String, 
    innerException : Exception
)

Parameters

  • moduleAssembly
  • message
  • innerException

See Also

Reference

ModuleLoadException Class
ModuleLoadException Members
Microsoft.Practices.CompositeUI.Services Namespace