FeatureNotSupportedException 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
FeatureNotSupportedException() |
Creates a new instance of FeatureNotSupportedException. |
FeatureNotSupportedException(String) |
Creates a new instance of FeatureNotSupportedException with the specified message. |
FeatureNotSupportedException(String, Exception) |
Creates a new instance of FeatureNotSupportedException with the specified message and inner exception. |
FeatureNotSupportedException()
Creates a new instance of FeatureNotSupportedException.
public FeatureNotSupportedException ();
Applies to
FeatureNotSupportedException(String)
Creates a new instance of FeatureNotSupportedException with the specified message.
public FeatureNotSupportedException (string message);
Parameters
- message
- System.String
The exception message.
Applies to
FeatureNotSupportedException(String, Exception)
Creates a new instance of FeatureNotSupportedException with the specified message and inner exception.
public FeatureNotSupportedException (string message, Exception innerException);
Parameters
- message
- System.String
The exception message.
- innerException
- System.Exception
The inner exception.