C# Class Amazon.MobileAnalytics.MobileAnalyticsManager.Internal.Sqlite3Exception

Inheritance: System.Exception
Exibir arquivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
New ( System.Result r, string message ) : Sqlite3Exception

Protected Methods

Method Description
Sqlite3Exception ( System.Result r, string message ) : System

Method Details

New() public static method

public static New ( System.Result r, string message ) : Sqlite3Exception
r System.Result
message string
return Sqlite3Exception

Sqlite3Exception() protected method

protected Sqlite3Exception ( System.Result r, string message ) : System
r System.Result
message string
return System