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

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

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

Same methods

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