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

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

Construct instance of SnapshotFeatureNotSupportedException
public SnapshotFeatureNotSupportedException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public SnapshotFeatureNotSupportedException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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