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

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

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

Same methods

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 ) : System
TypeAlreadyExistsException::TypeAlreadyExistsException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
TypeAlreadyExistsException