Метод | Описание | |
---|---|---|
ModuleInitializeException ( ) : Microsoft.Practices.Prism.Properties |
Initializes a new instance.
|
|
ModuleInitializeException ( string message ) : Microsoft.Practices.Prism.Properties |
Initializes a new instance of the ModuleInitializeException class.
|
|
ModuleInitializeException ( string message, |
Initializes a new instance of the ModuleInitializeException class.
|
|
ModuleInitializeException ( string moduleName, string message, |
Initializes the exception with a particular module, error message and inner exception that happened.
|
|
ModuleInitializeException ( string moduleName, string moduleAssembly, string message ) : Microsoft.Practices.Prism.Properties |
Initializes the exception with a particular module and error message.
|
|
ModuleInitializeException ( string moduleName, string moduleAssembly, string message, |
Initializes the exception with a particular module, error message and inner exception that happened.
|
public ModuleInitializeException ( ) : Microsoft.Practices.Prism.Properties | ||
Результат | Microsoft.Practices.Prism.Properties |
public ModuleInitializeException ( string message ) : Microsoft.Practices.Prism.Properties | ||
message | string | The exception message. |
Результат | Microsoft.Practices.Prism.Properties |
public ModuleInitializeException ( string message, |
||
message | string | The exception message. |
innerException | The inner exception. | |
Результат | Microsoft.Practices.Prism.Properties |
public ModuleInitializeException ( 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 |
|
Результат | Microsoft.Practices.Prism.Properties |
public ModuleInitializeException ( string moduleName, string moduleAssembly, string message ) : Microsoft.Practices.Prism.Properties | ||
moduleName | string | The name of the module. |
moduleAssembly | string | The assembly where the module is located. |
message | string | The error message that explains the reason for the exception. |
Результат | Microsoft.Practices.Prism.Properties |
public ModuleInitializeException ( string moduleName, string moduleAssembly, string message, |
||
moduleName | string | The name of the module. |
moduleAssembly | string | The assembly where the module is located. |
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 |
|
Результат | Microsoft.Practices.Prism.Properties |