ODataUnrecognizedPathException Constructor (String)
Initializes a new instance of the ODataUnrecognizedPathException class.
Namespace: Microsoft.Data.OData.Query
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New ODataUnrecognizedPathException(message)
public ODataUnrecognizedPathException(
string message
)
public:
ODataUnrecognizedPathException(
String^ message
)
new :
message:string -> ODataUnrecognizedPathException
public function ODataUnrecognizedPathException(
message : String
)
Parameters
- message
Type: System.String
Plain text error message for this exception.
See Also
Reference
ODataUnrecognizedPathException Class