AudienceRuleLeftContentException Constructor (String, Exception)

Initializes a new instance of the AudienceRuleLeftContentException class with the specified error message and a reference to the inner exception that is the cause of this exception.

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

Syntax

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

Dim instance As New AudienceRuleLeftContentException(Message, _
    e)
public AudienceRuleLeftContentException(
    string Message,
    Exception e
)

Parameters

  • Message
    Type: System.String

    Error message that explains the reason for the exception, or an empty string.

See Also

Reference

AudienceRuleLeftContentException Class

AudienceRuleLeftContentException Members

AudienceRuleLeftContentException Overload

Microsoft.Office.Server.Audience Namespace