C# Class Amazon.CognitoSync.SyncManager.Internal.Sqlite3Exception

Inheritance: System.Exception
Show file 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 ) : Amazon.Runtime.Internal.Util

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 ) : Amazon.Runtime.Internal.Util
r System.Result
message string
return Amazon.Runtime.Internal.Util