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