Class FeatureNotEnabledException
Inheritance
System.Object
FeatureNotEnabledException
Namespace: ISynergy.Framework.Core.Exceptions
Assembly: ISynergy.Framework.Core.dll
Syntax
public class FeatureNotEnabledException : Exception
Constructors
View SourceFeatureNotEnabledException()
Initializes a new instance of the System.Exception class.
Declaration
public FeatureNotEnabledException()
FeatureNotEnabledException(String)
Initializes a new instance of the System.Exception class with a specified error message.
Declaration
public FeatureNotEnabledException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The message that describes the error. |
FeatureNotEnabledException(String, Exception)
Initializes a new instance of the System.Exception class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public FeatureNotEnabledException(string message, Exception innerException)
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 (Nothing in Visual Basic) if no inner exception is specified. |