Class AssetConfigurationException
- Namespace
- Azure.Iot.Operations.Connector.Exceptions
- Assembly
- Azure.Iot.Operations.Connector.dll
An exception thrown when a connector fails to forward a sampled dataset or forward a received event because of a missing or malformed configuration.
public class AssetConfigurationException : Exception, ISerializable
- Inheritance
-
AssetConfigurationException
- Implements
- Inherited Members
Remarks
For example, this exception is thrown if a dataset or event has no configured MQTT topic to publish to.
Constructors
AssetConfigurationException()
public AssetConfigurationException()
AssetConfigurationException(string?)
public AssetConfigurationException(string? message)
Parameters
message
string
AssetConfigurationException(string?, Exception?)
public AssetConfigurationException(string? message, Exception? innerException)