Amazon.SimpleWorkflow.Model.WorkflowExecutionAlreadyStartedException.WorkflowExecutionAlreadyStartedException C# (CSharp) Method

WorkflowExecutionAlreadyStartedException() public method

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

Same methods

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