C# Класс AmazonSqs.QueueException

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

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

Метод Описание
QueueException ( string message ) : System
QueueException ( string message, Exception ex ) : System

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

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

public QueueException ( string message ) : System
message string
Результат System

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

public QueueException ( string message, Exception ex ) : System
message string
ex System.Exception
Результат System