Class UserRelationshipExistsException
Inheritance
System.Object
UserRelationshipExistsException
Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke.dll
Syntax
public class UserRelationshipExistsException : Exception
Constructors
| Improve this Doc View SourceUserRelationshipExistsException()
Initializes a new instance of the UserRelationshipExistsException class.
Declaration
public UserRelationshipExistsException()
UserRelationshipExistsException(SerializationInfo, StreamingContext)
Initializes a new instance of the UserRelationshipExistsException class.
Declaration
public UserRelationshipExistsException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
UserRelationshipExistsException(String, Exception)
Initializes a new instance of the UserRelationshipExistsException class.
Declaration
public UserRelationshipExistsException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | inner |
UserRelationshipExistsException(String)
Initializes a new instance of the UserRelationshipExistsException class.
Declaration
public UserRelationshipExistsException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |