Amazon.CloudTrail.Model.InvalidHomeRegionException.InvalidHomeRegionException C# (CSharp) Метод

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

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

Same methods

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