Share via


InvalidBarcodeImageException Constructor (String)

Initializes a new instance of the InvalidBarcodeImageException 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 InvalidBarcodeImageException(message)
public InvalidBarcodeImageException(
    string message
)

Parameters

  • message
    Type: System.String
    The message that describes the error.

See Also

Reference

InvalidBarcodeImageException Class

InvalidBarcodeImageException Members

InvalidBarcodeImageException Overload

Microsoft.Office.RecordsManagement.PolicyFeatures Namespace