FeatureNotEnabledException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FeatureNotEnabledException() |
Public constructor |
FeatureNotEnabledException(String) |
Public constructor |
FeatureNotEnabledException(String, Exception) |
Public constructor |
FeatureNotEnabledException()
Public constructor
public FeatureNotEnabledException ();
Applies to
FeatureNotEnabledException(String)
Public constructor
public FeatureNotEnabledException (string message);
Parameters
- message
- System.String
Message for the developer to use when debugging.
Applies to
FeatureNotEnabledException(String, Exception)
Public constructor
public FeatureNotEnabledException (string message, Exception innerException);
Parameters
- message
- System.String
Message for the developer to use when debugging.
- innerException
- System.Exception
Inner exception related.