Class AdapterException
An exception that is thrown if the AzureBootstrapGatewayProvider encounters invalid tag metadata on an Azure VMSS instance or no VM instances can be found there.
[Serializable]
public class AdapterException : Exception, ISerializable
- Inheritance
-
AdapterException
- Implements
- Derived
- Inherited Members
Constructors
- AdapterException()
Constructor.
- AdapterException(SerializationInfo, StreamingContext)
Initializes a new instance of the Exception class with serialized data.
- AdapterException(string)
Constructor.
- AdapterException(string, Exception)
Constructor.