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

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

Constructs a new ResizeNotFoundException with the specified error message.
public ResizeNotFoundException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public ResizeNotFoundException(string message) 
            : base(message) {}
          

Same methods

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