Amazon.SimpleSystemsManagement.Model.UnsupportedPlatformTypeException.UnsupportedPlatformTypeException C# (CSharp) Method

UnsupportedPlatformTypeException() public method

Construct instance of UnsupportedPlatformTypeException
public UnsupportedPlatformTypeException ( Exception innerException ) : System
innerException System.Exception
return System
        public UnsupportedPlatformTypeException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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