C# 클래스 Microsoft.Practices.Prism.Modularity.ModuleInitializeException

Exception thrown by IModuleInitializer implementations whenever a module fails to load.
상속: Microsoft.Practices.Prism.Modularity.ModularityException
파일 보기 프로젝트 열기: xperiandri/PortablePrism 1 사용 예제들

공개 메소드들

메소드 설명
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, Exception innerException ) : Microsoft.Practices.Prism.Properties

Initializes a new instance of the ModuleInitializeException class.

ModuleInitializeException ( string moduleName, string message, Exception innerException ) : Microsoft.Practices.Prism.Properties

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, Exception innerException ) : Microsoft.Practices.Prism.Properties

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

메소드 상세

ModuleInitializeException() 공개 메소드

Initializes a new instance.
public ModuleInitializeException ( ) : Microsoft.Practices.Prism.Properties
리턴 Microsoft.Practices.Prism.Properties

ModuleInitializeException() 공개 메소드

Initializes a new instance of the ModuleInitializeException class.
public ModuleInitializeException ( string message ) : Microsoft.Practices.Prism.Properties
message string The exception message.
리턴 Microsoft.Practices.Prism.Properties

ModuleInitializeException() 공개 메소드

Initializes a new instance of the ModuleInitializeException class.
public ModuleInitializeException ( string message, Exception innerException ) : Microsoft.Practices.Prism.Properties
message string The exception message.
innerException System.Exception The inner exception.
리턴 Microsoft.Practices.Prism.Properties

ModuleInitializeException() 공개 메소드

Initializes the exception with a particular module, error message and inner exception that happened.
public ModuleInitializeException ( string moduleName, string message, Exception innerException ) : Microsoft.Practices.Prism.Properties
moduleName string The name of the module.
message string The error message that explains the reason for the exception.
innerException System.Exception The exception that is the cause of the current exception, /// or a reference if no inner exception is specified.
리턴 Microsoft.Practices.Prism.Properties

ModuleInitializeException() 공개 메소드

Initializes the exception with a particular module and error message.
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

ModuleInitializeException() 공개 메소드

Initializes the exception with a particular module, error message and inner exception that happened.
public ModuleInitializeException ( string moduleName, string moduleAssembly, string message, Exception innerException ) : 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.
innerException System.Exception The exception that is the cause of the current exception, /// or a reference if no inner exception is specified.
리턴 Microsoft.Practices.Prism.Properties