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

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

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

Same methods

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