FeatureNotEnabledException Constructors

Definition

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
String

Message for the developer to use when debugging.

Applies to

FeatureNotEnabledException(String, Exception)

Public constructor

public FeatureNotEnabledException (string message, Exception innerException);

Parameters

message
String

Message for the developer to use when debugging.

innerException
Exception

Inner exception related.

Applies to