ODataInnerError 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ODataInnerError() |
使用預設值,初始化 ODataInnerError 類別的新執行個體。 |
ODataInnerError(IDictionary<String,ODataValue>) |
使用屬性名稱和對應的 ODataValues 字典, ODataInnerError 初始化 類別的新實例。 |
ODataInnerError(Exception) |
使用例外狀況物件,初始化 類別的新實例 ODataInnerError 。 |
ODataInnerError()
ODataInnerError(IDictionary<String,ODataValue>)
使用屬性名稱和對應的 ODataValues 字典, ODataInnerError 初始化 類別的新實例。
public ODataInnerError (System.Collections.Generic.IDictionary<string,Microsoft.OData.ODataValue> properties);
new Microsoft.OData.ODataInnerError : System.Collections.Generic.IDictionary<string, Microsoft.OData.ODataValue> -> Microsoft.OData.ODataInnerError
Public Sub New (properties As IDictionary(Of String, ODataValue))
參數
- properties
- IDictionary<String,ODataValue>
具有 ODataValue 作為值的字串索引鍵字典。 索引鍵字串會指出屬性名稱,其中 當屬性的值封裝在 ODataValue 中。
適用於
ODataInnerError(Exception)
使用例外狀況物件,初始化 類別的新實例 ODataInnerError 。
public ODataInnerError (Exception exception);
new Microsoft.OData.ODataInnerError : Exception -> Microsoft.OData.ODataInnerError
Public Sub New (exception As Exception)