Amazon.ElastiCache.Model.SnapshotNotFoundException.SnapshotNotFoundException C# (CSharp) Метод

SnapshotNotFoundException() публичный Метод

Constructs a new SnapshotNotFoundException with the specified error message.
public SnapshotNotFoundException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public SnapshotNotFoundException(string message) 
            : base(message) {}
          

Same methods

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