Amazon.CodeDeploy.Model.InstanceDoesNotExistException.InstanceDoesNotExistException C# (CSharp) Method

InstanceDoesNotExistException() public method

Construct instance of InstanceDoesNotExistException
public InstanceDoesNotExistException ( Exception innerException ) : System
innerException System.Exception
return System
        public InstanceDoesNotExistException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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