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

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

Construct instance of SnapshotFeatureNotSupportedException
public SnapshotFeatureNotSupportedException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public SnapshotFeatureNotSupportedException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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