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

SyncManagerException() public method

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

Same methods

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