DiscoveryDataInvalidPropertyLengthException Class

Definition

Represents the exception that is thrown when the length of the property value is invalid for the property.

public ref class DiscoveryDataInvalidPropertyLengthException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Serializable]
public class DiscoveryDataInvalidPropertyLengthException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type DiscoveryDataInvalidPropertyLengthException = class
    inherit EnterpriseManagementException
Public Class DiscoveryDataInvalidPropertyLengthException
Inherits EnterpriseManagementException
Inheritance
DiscoveryDataInvalidPropertyLengthException
Attributes

Constructors

DiscoveryDataInvalidPropertyLengthException()

Initializes a new instance of the DiscoveryDataInvalidPropertyLengthException class.

DiscoveryDataInvalidPropertyLengthException(Exception)

Initializes a new instance of the DiscoveryDataInvalidPropertyLengthException class with a reference to the inner exception that is the cause of this exception.

DiscoveryDataInvalidPropertyLengthException(Guid)

Initializes a new instance of the DiscoveryDataInvalidPropertyLengthExceptionclass with the specified property identifier.

DiscoveryDataInvalidPropertyLengthException(SerializationInfo, StreamingContext)

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

DiscoveryDataInvalidPropertyLengthException(String)

Initializes a new instance of the DiscoveryDataInvalidPropertyLengthException class with the specified message.

DiscoveryDataInvalidPropertyLengthException(String, Exception)

Initializes a new instance of the DiscoveryDataInvalidPropertyLengthException class with the specified message and a reference to the inner exception that is the cause of this exception.

Properties

PropertyId

Gets the GUID for the property with the invalid value length.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the parameters required to serialize this instance of the DiscoveryDataInvalidPropertyLengthException class.

Applies to