Class UserRelationshipForSameUsersException
Inheritance
UserRelationshipForSameUsersException
Assembly: DotNetNuke.dll
Syntax
public class UserRelationshipForSameUsersException : Exception, ISerializable, _Exception
Constructors
UserRelationshipForSameUsersException()
Declaration
public UserRelationshipForSameUsersException()
UserRelationshipForSameUsersException(SerializationInfo, StreamingContext)
Declaration
public UserRelationshipForSameUsersException(SerializationInfo info, StreamingContext context)
Parameters
UserRelationshipForSameUsersException(string)
Declaration
public UserRelationshipForSameUsersException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
UserRelationshipForSameUsersException(string, Exception)
Declaration
public UserRelationshipForSameUsersException(string message, Exception inner)
Parameters
Implements
Extension Methods