Amazon.SimpleWorkflow.Model.TypeAlreadyExistsException.TypeAlreadyExistsException C# (CSharp) Метод

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

Construct instance of TypeAlreadyExistsException
public TypeAlreadyExistsException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public TypeAlreadyExistsException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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