Compartilhar via


AudienceDataWrongFormatException Constructor (String, Exception)

Initializes a new instance of the AudienceDataWrongFormatException class.

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 AudienceDataWrongFormatException(Message, _
    e)
public AudienceDataWrongFormatException(
    string Message,
    Exception e
)

Parameters

  • Message
    Type: System.String

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

  • e
    Type: System.Exception

    An inner exception that is the cause of this exception.

See Also

Reference

AudienceDataWrongFormatException Class

AudienceDataWrongFormatException Members

AudienceDataWrongFormatException Overload

Microsoft.Office.Server.Audience Namespace