Amazon.CloudSearch.Model.BaseException.BaseException C# (CSharp) Метод

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

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

Same methods

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