C# Класс Amazon.ElasticLoadBalancingV2.Model.RuleNotFoundException

Наследование: AmazonElasticLoadBalancingV2Exception
Показать файл Открыть проект

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

Метод Описание
RuleNotFoundException ( Exception innerException ) : System

Construct instance of RuleNotFoundException

RuleNotFoundException ( string message ) : System

Constructs a new RuleNotFoundException with the specified error message.

RuleNotFoundException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System

Construct instance of RuleNotFoundException

RuleNotFoundException ( string message, Exception innerException ) : System

Construct instance of RuleNotFoundException

RuleNotFoundException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System

Construct instance of RuleNotFoundException

Защищенные методы

Метод Описание
RuleNotFoundException ( System info, System context ) : System

Constructs a new instance of the RuleNotFoundException class with serialized data.

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

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

Construct instance of RuleNotFoundException
public RuleNotFoundException ( Exception innerException ) : System
innerException System.Exception
Результат System

RuleNotFoundException() защищенный Метод

Constructs a new instance of the RuleNotFoundException class with serialized data.
The parameter is null. The class name is null or is zero (0).
protected RuleNotFoundException ( System info, System context ) : System
info System The that holds the serialized object data about the exception being thrown.
context System The that contains contextual information about the source or destination.
Результат System

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

Constructs a new RuleNotFoundException with the specified error message.
public RuleNotFoundException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System

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

Construct instance of RuleNotFoundException
public RuleNotFoundException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System

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

Construct instance of RuleNotFoundException
public RuleNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System

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

Construct instance of RuleNotFoundException
public RuleNotFoundException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System