Barcode Xpress for .NET Framework v13.9 - Updated
ParameterOutOfRangeException Constructor(String)




Accusoft.BarcodeXpressSdk Namespace > ParameterOutOfRangeException Class > ParameterOutOfRangeException Constructor : ParameterOutOfRangeException Constructor(String)
A string which represents the message.
Generated exception for a parameter out of range with a given message.
Syntax
'Declaration
 
Public Function New( _
   ByVal message As String _
)
'Usage
 
Dim message As String
 
Dim instance As New ParameterOutOfRangeException(message)
public ParameterOutOfRangeException( 
   string message
)
public: ParameterOutOfRangeException( 
   string* message
)
public:
ParameterOutOfRangeException( 
   String^ message
)

Parameters

message
A string which represents the message.
See Also

Reference

ParameterOutOfRangeException Class
ParameterOutOfRangeException Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.