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

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

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

Same methods

ResizeNotFoundException::ResizeNotFoundException ( System info, System context ) : System
ResizeNotFoundException::ResizeNotFoundException ( string message ) : 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