AudienceArgumentException Constructor (String)

Initializes a new instance of the AudienceArgumentException class with the specified error message.

Namespace:  Microsoft.Office.Server.Audience
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Sub New ( _
    Message As String _
)
'Usage
Dim Message As String

Dim instance As New AudienceArgumentException(Message)
public AudienceArgumentException(
    string Message
)

Parameters

  • Message
    Type: System.String
    Error message that explains the reason for the exception, or an empty string.

See Also

Reference

AudienceArgumentException Class

AudienceArgumentException Members

AudienceArgumentException Overload

Microsoft.Office.Server.Audience Namespace