C# Class AmazonSqs.QueueException

Inheritance: System.ApplicationException
Afficher le fichier Open project: brandonc/amazonsqs

Méthodes publiques

Méthode Description
QueueException ( string message ) : System
QueueException ( string message, Exception ex ) : System

Method Details

QueueException() public méthode

public QueueException ( string message ) : System
message string
Résultat System

QueueException() public méthode

public QueueException ( string message, Exception ex ) : System
message string
ex System.Exception
Résultat System