Amazon.RDS.Model.DBClusterRoleNotFoundException.DBClusterRoleNotFoundException C# (CSharp) Метод

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

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

Same methods

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