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

DatasetNotFoundException() public method

Constructs a new DatasetNotFoundException with the specified message and an existing exception object
public DatasetNotFoundException ( string detailMessage, Exception ex ) : System
detailMessage string
ex System.Exception
return System
        public DatasetNotFoundException(string detailMessage, Exception ex)
            : base(detailMessage, ex)
        {
        }
        /// <summary>

Same methods

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