CompletionMessage.Error 속성

정의

호출이 성공적으로 완료되지 않은 경우 선택적 오류 메시지입니다. 결과가 있는 경우 null이어야 합니다.

public:
 property System::String ^ Error { System::String ^ get(); };
public string Error { get; }
public string? Error { get; }
member this.Error : string
Public ReadOnly Property Error As String

속성 값

적용 대상