InvalidRelationshipObjectException Constructor
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new instance of the InvalidRelationshipObjectException class.
Overload List
Name | Description |
---|---|
InvalidRelationshipObjectException () | Initializes a new instance of the InvalidRelationshipObjectException class. |
InvalidRelationshipObjectException (EntityObjectValidationErrorType, Guid) | Initializes a new instance of the InvalidRelationshipObjectException class using the specified exception type and relationship type identifier parameters. |
InvalidRelationshipObjectException (Exception) | Initializes a new instance of the InvalidRelationshipObjectException class using a reference to the inner exception that is the cause of this exception. |
InvalidRelationshipObjectException (Exception, EntityObjectValidationErrorType, Guid) | Initializes a new instance of the InvalidRelationshipObjectException class using the specified exception type, relationship type identifier, and a reference to the inner exception that is the cause of this exception. |
InvalidRelationshipObjectException (SerializationInfo, StreamingContext) | Initializes a new instance of the InvalidRelationshipObjectException class using the serialized data. |
InvalidRelationshipObjectException (String) | Initializes a new instance of the InvalidRelationshipObjectException class using the specified error message. |
InvalidRelationshipObjectException (String, EntityObjectValidationErrorType, Guid) | Initializes a new instance of the InvalidRelationshipObjectException class using the specified error message, exception type, and relationship type identifier parameters. |
InvalidRelationshipObjectException (String, Exception) | Initializes a new instance of the InvalidRelationshipObjectException class using the specified message and a reference to the inner exception that is the cause of this exception. |
InvalidRelationshipObjectException (String, Exception, EntityObjectValidationErrorType, Guid) | Initializes a new instance of the InvalidRelationshipObjectException class using the specified error message, exception type, relationship type identifier, and a reference to the inner exception that is the cause of this exception. |
See Also
Reference
InvalidRelationshipObjectException Class
InvalidRelationshipObjectException Members
Microsoft.EnterpriseManagement.Common Namespace