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

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

Constructs a new TypeAlreadyExistsException with the specified error message.
public TypeAlreadyExistsException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public TypeAlreadyExistsException(string message) 
            : base(message) {}
          

Same methods

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