Share via


DiscoveryDataInvalidNullPropertyValueException Constructors

Definition

Initializes a new instance of the DiscoveryDataInvalidNullPropertyValueException class.

Overloads

DiscoveryDataInvalidNullPropertyValueException()

Initializes a new instance of the DiscoveryDataInvalidNullPropertyValueException class.

DiscoveryDataInvalidNullPropertyValueException(Exception)

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

DiscoveryDataInvalidNullPropertyValueException(String)

Initializes a new instance of the DiscoveryDataInvalidNullPropertyValueException class.

DiscoveryDataInvalidNullPropertyValueException(Guid, Guid)

Initializes a new instance of the DiscoveryDataInvalidNullPropertyValueException class.

DiscoveryDataInvalidNullPropertyValueException(SerializationInfo, StreamingContext)

Initializes a new instance of the DiscoveryDataInvalidNullPropertyValueException class.

DiscoveryDataInvalidNullPropertyValueException(String, Exception)

Initializes a new instance of the DiscoveryDataInvalidNullPropertyValueException class.

DiscoveryDataInvalidNullPropertyValueException()

Initializes a new instance of the DiscoveryDataInvalidNullPropertyValueException class.

public:
 DiscoveryDataInvalidNullPropertyValueException();
public DiscoveryDataInvalidNullPropertyValueException ();
Public Sub New ()

Applies to

DiscoveryDataInvalidNullPropertyValueException(Exception)

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

public:
 DiscoveryDataInvalidNullPropertyValueException(Exception ^ inner);
public DiscoveryDataInvalidNullPropertyValueException (Exception inner);
new Microsoft.EnterpriseManagement.Common.DiscoveryDataInvalidNullPropertyValueException : Exception -> Microsoft.EnterpriseManagement.Common.DiscoveryDataInvalidNullPropertyValueException
Public Sub New (inner As Exception)

Parameters

inner
Exception

The exception that is the cause of the current exception.

Applies to

DiscoveryDataInvalidNullPropertyValueException(String)

Initializes a new instance of the DiscoveryDataInvalidNullPropertyValueException class.

public:
 DiscoveryDataInvalidNullPropertyValueException(System::String ^ message);
public DiscoveryDataInvalidNullPropertyValueException (string message);
new Microsoft.EnterpriseManagement.Common.DiscoveryDataInvalidNullPropertyValueException : string -> Microsoft.EnterpriseManagement.Common.DiscoveryDataInvalidNullPropertyValueException
Public Sub New (message As String)

Parameters

message
String

The error message that describes the current exception.

Applies to

DiscoveryDataInvalidNullPropertyValueException(Guid, Guid)

Initializes a new instance of the DiscoveryDataInvalidNullPropertyValueException class.

public:
 DiscoveryDataInvalidNullPropertyValueException(Guid classId, Guid objectId);
public DiscoveryDataInvalidNullPropertyValueException (Guid classId, Guid objectId);
new Microsoft.EnterpriseManagement.Common.DiscoveryDataInvalidNullPropertyValueException : Guid * Guid -> Microsoft.EnterpriseManagement.Common.DiscoveryDataInvalidNullPropertyValueException
Public Sub New (classId As Guid, objectId As Guid)

Parameters

classId
Guid

The GUID for the class of the discovery data item.

objectId
Guid

The GUID for the discovery item instance.

Applies to

DiscoveryDataInvalidNullPropertyValueException(SerializationInfo, StreamingContext)

Initializes a new instance of the DiscoveryDataInvalidNullPropertyValueException class.

protected:
 DiscoveryDataInvalidNullPropertyValueException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected DiscoveryDataInvalidNullPropertyValueException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.EnterpriseManagement.Common.DiscoveryDataInvalidNullPropertyValueException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.EnterpriseManagement.Common.DiscoveryDataInvalidNullPropertyValueException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

info
SerializationInfo

The object that holds the serialized object data about the exception being thrown.

context
StreamingContext

The object that contains contextual information about the source or destination.

Applies to

DiscoveryDataInvalidNullPropertyValueException(String, Exception)

Initializes a new instance of the DiscoveryDataInvalidNullPropertyValueException class.

public:
 DiscoveryDataInvalidNullPropertyValueException(System::String ^ message, Exception ^ inner);
public DiscoveryDataInvalidNullPropertyValueException (string message, Exception inner);
new Microsoft.EnterpriseManagement.Common.DiscoveryDataInvalidNullPropertyValueException : string * Exception -> Microsoft.EnterpriseManagement.Common.DiscoveryDataInvalidNullPropertyValueException
Public Sub New (message As String, inner As Exception)

Parameters

message
String

The error message that describes the current exception.

inner
Exception

The exception that is the cause of the current exception.

Applies to