Class ViewRegistrationException
Exception that's thrown when something goes wrong while Registering a View with a region name in the RegionViewRegistry class.
Implements
Namespace: Sartorius.SAF.Presentation.Regions
Assembly: Sartorius.SAF.Presentation.dll
Syntax
public class ViewRegistrationException : Exception, ISerializable
Constructors
View SourceViewRegistrationException()
Initializes a new instance of the ViewRegistrationException class.
Declaration
public ViewRegistrationException()
ViewRegistrationException(string)
Initializes a new instance of the ViewRegistrationException class.
Declaration
public ViewRegistrationException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The exception message. |
ViewRegistrationException(string, Exception)
Initializes a new instance of the ViewRegistrationException class.
Declaration
public ViewRegistrationException(string message, Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The exception message. |
| Exception | inner | The inner exception. |