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

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

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

Same methods

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