Amazon.DeviceFarm.Model.ServiceAccountException.ServiceAccountException C# (CSharp) Метод

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

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

Same methods

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