Share via


InvalidDatabaseDataException Class

Definition

Represents the exception that is thrown because the data retrieved from the database is invalid.

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

Constructors

InvalidDatabaseDataException()

Initializes a new InvalidDatabaseDataException object.

InvalidDatabaseDataException(Exception)

Initializes a new InvalidDatabaseDataException object by specifying an inner exception that caused the current exception.

InvalidDatabaseDataException(SerializationInfo, StreamingContext)

Initializes a new InvalidDatabaseDataException object with serialized data.

InvalidDatabaseDataException(String)

Initializes a new InvalidDatabaseDataException object by specifying the error message that describes the current exception.

InvalidDatabaseDataException(String, Exception)

Initializes a new InvalidDatabaseDataException object with an error message and inner exception.

Properties

DatabaseObjectName

Gets the name of the database object that was invalid.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo object with information about the exception.

Applies to