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