Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the UnsupportedFactorValueException class.
Definition
Visual Basic Public Sub New( _
ByVal message As String _
)C# public UnsupportedFactorValueException(
string message
);C++ public:
UnsupportedFactorValueException(
String^ message
);JScript public function UnsupportedFactorValueException(
message : String
);
Parameters
message System.String
String that contains the error message to display.
.gif)