Amazon.CodeDeploy.Model.DeploymentNotStartedException.DeploymentNotStartedException C# (CSharp) Метод

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

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

Same methods

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