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

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

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

Same methods

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