Aliyun.Acs.Core.Exceptions.ClientException.ClientException C# (CSharp) Method

ClientException() public method

public ClientException ( String message ) : System
message String
return System
        public ClientException(String message)
            : base(message)
        {
        }

Same methods

ClientException::ClientException ( String errCode, String errMsg ) : System
ClientException::ClientException ( String errCode, String errMsg, string requestId ) : System
ClientException