Share via


ItemAlreadyHasBarcodeException constructor (String)

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

Namespace:  Microsoft.Office.RecordsManagement.PolicyFeatures
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

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

Dim instance As New ItemAlreadyHasBarcodeException(message)
public ItemAlreadyHasBarcodeException(
    string message
)

Parameters

  • message
    Type: System.String

    The message that describes the error.

See also

Reference

ItemAlreadyHasBarcodeException class

ItemAlreadyHasBarcodeException members

ItemAlreadyHasBarcodeException overload

Microsoft.Office.RecordsManagement.PolicyFeatures namespace