DotNetNuke.Entities.Users.UserRelationshipBlockedException

Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public UserRelationshipBlockedException(
	string message,
	Exception inner
)
Visual Basic
Public Sub New ( 
	message As String,
	inner As Exception
)

Parameters

message
Type: System..::..String
parammessageM:DotNetNuke.Entities.Users.UserRelationshipBlockedException.#ctor(System.String,System.Exception)
inner
Type: System..::..Exception
paraminnerM:DotNetNuke.Entities.Users.UserRelationshipBlockedException.#ctor(System.String,System.Exception)

See Also