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