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

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

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

Same methods

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