Table of Contents

Class TagMissingException

Namespace
Scaleout.Client.Azure
Assembly
Scaleout.Client.Azure.dll

An exception that is thrown when the __soss_metadata tag is missing one the Azure VMSS resource level.

[Serializable]
public class TagMissingException : AdapterException, ISerializable
Inheritance
TagMissingException
Implements
Inherited Members

Constructors

TagMissingException()

Constructor.

TagMissingException(SerializationInfo, StreamingContext)

Initializes a new instance of the Exception class with serialized data.

TagMissingException(string)

Constructor.

TagMissingException(string, Exception)

Constructor.