次の方法で共有


ErrorProperties コンストラクター

定義

オーバーロード

ErrorProperties()
ErrorProperties(String, String)

ErrorProperties()

public ErrorProperties ();
Public Sub New ()

適用対象

ErrorProperties(String, String)

public ErrorProperties (string code = default, string message = default);
new Microsoft.Azure.Management.Logic.Fluent.Models.ErrorProperties : string * string -> Microsoft.Azure.Management.Logic.Fluent.Models.ErrorProperties
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing)

パラメーター

code
String
message
String

適用対象