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