Share via


ODataInnerError Constructor

 

Initializes a new instance of the ODataInnerError class.

Namespace:   Microsoft.OData.Core
Assembly:  Microsoft.OData.Core (in Microsoft.OData.Core.dll)

Overload List

Name Description
System_CAPS_pubmethod ODataInnerError()

Initializes a new instance of the ODataInnerError class with default values.

System_CAPS_pubmethod ODataInnerError(Exception)

Initializes a new instance of the ODataInnerError class with exception object.

See Also

ODataInnerError Class
Microsoft.OData.Core Namespace

Return to top

ODataInnerError Constructor ()

Initializes a new instance of the ODataInnerError class with default values.

Syntax

public ODataInnerError()
public:
ODataInnerError()
new : unit -> ODataInnerError
Public Sub New

Return to top

ODataInnerError Constructor (Exception)

Initializes a new instance of the ODataInnerError class with exception object.

Syntax

public ODataInnerError(
    Exception exception
)
public:
ODataInnerError(
    Exception^ exception
)
new : 
        exception:Exception -> ODataInnerError
Public Sub New (
    exception As Exception
)

Parameters

Return to top