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