C# Класс Aliyun.Acs.Core.Exceptions.ClientException

Наследование: System.Exception
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ClientException ( String message ) : System
ClientException ( String errCode, String errMsg ) : System
ClientException ( String errCode, String errMsg, string requestId ) : System

Описание методов

ClientException() публичный Метод

public ClientException ( String message ) : System
message String
Результат System

ClientException() публичный Метод

public ClientException ( String errCode, String errMsg ) : System
errCode String
errMsg String
Результат System

ClientException() публичный Метод

public ClientException ( String errCode, String errMsg, string requestId ) : System
errCode String
errMsg String
requestId string
Результат System