Amazon.SecurityToken.Model.RegionDisabledException.RegionDisabledException C# (CSharp) Method

RegionDisabledException() public method

Construct instance of RegionDisabledException
public RegionDisabledException ( Exception innerException ) : System
innerException System.Exception
return 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