ConnectorDoesNotOwnObjectException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the exception that is thrown when the connector does not own an object.
public ref class ConnectorDoesNotOwnObjectException : Microsoft::EnterpriseManagement::Common::EnterpriseManagementException
[System.Runtime.Serialization.KnownType("KnownTypes")]
[System.Serializable]
public class ConnectorDoesNotOwnObjectException : Microsoft.EnterpriseManagement.Common.EnterpriseManagementException
type ConnectorDoesNotOwnObjectException = class
inherit EnterpriseManagementException
Public Class ConnectorDoesNotOwnObjectException
Inherits EnterpriseManagementException
- Inheritance
- Attributes
Constructors
ConnectorDoesNotOwnObjectException() |
Initializes a new instance of the ConnectorDoesNotOwnObjectException class. |
ConnectorDoesNotOwnObjectException(Exception) |
Initializes a new instance of the ConnectorDoesNotOwnObjectException class by specifying an inner exception that caused the current exception. |
ConnectorDoesNotOwnObjectException(SerializationInfo, StreamingContext) |
Initializes a new instance of the ConnectorDoesNotOwnObjectException class with serialized data. |
ConnectorDoesNotOwnObjectException(String, Exception) |
Initializes a new instance of the ConnectorDoesNotOwnObjectException class with an error message and inner exception. |
ConnectorDoesNotOwnObjectException(String) |
Initializes a new instance of the ConnectorDoesNotOwnObjectException class by specifying the error message that describes the current exception. |