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

DatasetNotFoundException() public method

Constructs a new DatasetNotFoundException with the specified message
public DatasetNotFoundException ( string detailMessage ) : System
detailMessage string
return System
        public DatasetNotFoundException(string detailMessage)
            : base(detailMessage)
        {
        }
        /// <summary>

Same methods

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