ScenarioNotSupportedException Klasse
Eine Ausnahme, die angibt, dass ein Szenario nicht unterstützt wird.
- Vererbung
-
azureml._common.exceptions.AzureMLExceptionScenarioNotSupportedException
Konstruktor
ScenarioNotSupportedException(exception_message, inner_exception=None, target=None, details=None, message_format=None, message_parameters=None, reference_code=None, **kwargs)
Parameter
Name | Beschreibung |
---|---|
exception_message
Erforderlich
|
Eine Meldung mit einer Beschreibung des Fehlers. |
inner_exception
|
Standardwert: None
|
target
|
Standardwert: None
|
details
|
Standardwert: None
|
message_format
|
Standardwert: None
|
message_parameters
|
Standardwert: None
|
reference_code
|
Standardwert: None
|