Amazon.CloudWatchLogs.Model.DataAlreadyAcceptedException.DataAlreadyAcceptedException C# (CSharp) Méthode

DataAlreadyAcceptedException() public méthode

Construct instance of DataAlreadyAcceptedException
public DataAlreadyAcceptedException ( Exception innerException ) : System
innerException System.Exception
Résultat System
        public DataAlreadyAcceptedException(Exception innerException) 
            : base(innerException) {}
            

Same methods

DataAlreadyAcceptedException::DataAlreadyAcceptedException ( System info, System context ) : System
DataAlreadyAcceptedException::DataAlreadyAcceptedException ( string message ) : System
DataAlreadyAcceptedException::DataAlreadyAcceptedException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
DataAlreadyAcceptedException::DataAlreadyAcceptedException ( string message, Exception innerException ) : System
DataAlreadyAcceptedException::DataAlreadyAcceptedException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
DataAlreadyAcceptedException