C# Class AmazonSqs.QueueException

Inheritance: System.ApplicationException
Show file Open project: brandonc/amazonsqs

Public Methods

Method Description
QueueException ( string message ) : System
QueueException ( string message, Exception ex ) : System

Method Details

QueueException() public method

public QueueException ( string message ) : System
message string
return System

QueueException() public method

public QueueException ( string message, Exception ex ) : System
message string
ex System.Exception
return System