Amazon.CognitoSync.SyncManager.DatasetNotFoundException.DatasetNotFoundException C# (CSharp) Method

DatasetNotFoundException() public method

Constructs a new DatasetNotFoundException with an existing exception object
public DatasetNotFoundException ( Exception ex ) : System
ex System.Exception
return System
        public DatasetNotFoundException(Exception ex)
            : base(ex.Message, ex)
        {
        }

Same methods

DatasetNotFoundException::DatasetNotFoundException ( System info, System context ) : System
DatasetNotFoundException::DatasetNotFoundException ( string detailMessage ) : System
DatasetNotFoundException::DatasetNotFoundException ( string detailMessage, Exception ex ) : System
DatasetNotFoundException