SkuNotSupportedMessage Class

Definition

Represents an object that will be wrapped in a FaultException thrown by the service when the SKU is not supported, allowing the client to detect the reason for the fault.

public ref class SkuNotSupportedMessage : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="SkuNotSupportedMessage", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SkuNotSupportedMessage : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="SkuNotSupportedMessage", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SkuNotSupportedMessage = class
    inherit DataContractBase
Public Class SkuNotSupportedMessage
Inherits DataContractBase
Inheritance
SkuNotSupportedMessage
Attributes

Constructors

SkuNotSupportedMessage()

Initializes a new instance of the SkuNotSupportedMessage class.

Methods

SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to