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