C# Class Stratosphere.Aws.AmazonException

Inheritance: System.Exception
Datei anzeigen Open project: petrohi/Stratosphere Class Usage Examples

Public Methods

Method Description
TryCreate ( WebException webException, AmazonException &amazonException ) : bool

Private Methods

Method Description
AmazonException ( string message, string code, WebException inner ) : System

Method Details

TryCreate() public static method

public static TryCreate ( WebException webException, AmazonException &amazonException ) : bool
webException System.Net.WebException
amazonException AmazonException
return bool