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

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

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

Same methods

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