Class ViewNotRegisteredException
Class ViewNotRegisteredException.
Implements the
Inheritance
System.Object
ViewNotRegisteredException
Namespace: ISynergy.Framework.Core.Exceptions
Assembly: ISynergy.Framework.Core.dll
Syntax
public class ViewNotRegisteredException : Exception
Constructors
View SourceViewNotRegisteredException(String, Exception)
Initializes a new instance of the ViewNotRegisteredException class.
Declaration
public ViewNotRegisteredException(string message = null, Exception innerException = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | The error message that explains the reason for the exception. |
| Exception | innerException | The exception that is the cause of the current exception, or a null reference if no inner exception is specified. |