ODataInnerError Constructor (Exception)
Initializes a new instance of the ODataInnerError class with exception object.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Sub New ( _
exception As Exception _
)
'Usage
Dim exception As Exception
Dim instance As New ODataInnerError(exception)
public ODataInnerError(
Exception exception
)
public:
ODataInnerError(
Exception^ exception
)
new :
exception:Exception -> ODataInnerError
public function ODataInnerError(
exception : Exception
)
Parameters
- exception
Type: System.Exception
The Exception used to create the inner error.