ServiceExceptionErrorCode Property |
获取错误代码。
Namespace: Aliyun.OSS.CommonAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic virtual string ErrorCode { get; }
Public Overridable ReadOnly Property ErrorCode As String
Get
public:
virtual property String^ ErrorCode {
String^ get ();
}
abstract ErrorCode : string with get
override ErrorCode : string with get
Property Value
Type:
String
See Also