Method | Description | |
---|---|---|
ModuleTypeLoadingException ( ) : Microsoft.Practices.Prism.Properties |
Initializes a new instance.
|
|
ModuleTypeLoadingException ( string message ) : Microsoft.Practices.Prism.Properties |
Initializes a new instance with a specified error message.
|
|
ModuleTypeLoadingException ( string message, |
Initializes a new instance with a specified error message and a reference to the inner exception that is the cause of this exception.
|
|
ModuleTypeLoadingException ( string moduleName, string message ) : Microsoft.Practices.Prism.Properties |
Initializes the exception with a particular module and error message.
|
|
ModuleTypeLoadingException ( string moduleName, string message, |
Initializes the exception with a particular module, error message and inner exception that happened.
|
public ModuleTypeLoadingException ( ) : Microsoft.Practices.Prism.Properties | ||
return | Microsoft.Practices.Prism.Properties |
public ModuleTypeLoadingException ( string message ) : Microsoft.Practices.Prism.Properties | ||
message | string | The message that describes the error. |
return | Microsoft.Practices.Prism.Properties |
public ModuleTypeLoadingException ( string message, |
||
message | string | The error message that explains the reason for the exception. |
exception | The exception that is the cause of the current exception,
/// or a |
|
return | Microsoft.Practices.Prism.Properties |
public ModuleTypeLoadingException ( string moduleName, string message ) : Microsoft.Practices.Prism.Properties | ||
moduleName | string | The name of the module. |
message | string | The error message that explains the reason for the exception. |
return | Microsoft.Practices.Prism.Properties |
public ModuleTypeLoadingException ( string moduleName, string message, |
||
moduleName | string | The name of the module. |
message | string | The error message that explains the reason for the exception. |
innerException | The exception that is the cause of the current exception,
/// or a |
|
return | Microsoft.Practices.Prism.Properties |