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