Amazon.Redshift.Model.AccessToSnapshotDeniedException.AccessToSnapshotDeniedException C# (CSharp) Метод

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

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

Same methods

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