Amazon.SecurityToken.Model.RegionDisabledException.RegionDisabledException C# (CSharp) Метод

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

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

Same methods

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