DotNetNuke.Services.Social.Messaging.Exceptions.ThrottlingIntervalNotMetException

Namespace: DotNetNuke.Services.Social.Messaging.Exceptions
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public ThrottlingIntervalNotMetException(
	string message
)
Visual Basic
Public Sub New ( 
	message As String
)

Parameters

message
Type: System..::..String
parammessageM:DotNetNuke.Services.Social.Messaging.Exceptions.ThrottlingIntervalNotMetException.#ctor(System.String)

See Also