Amazon.GameLift.AmazonGameLiftException.AmazonGameLiftException C# (CSharp) Method

AmazonGameLiftException() public method

Construct instance of AmazonGameLiftException
public AmazonGameLiftException ( Exception innerException ) : System
innerException System.Exception
return System
        public AmazonGameLiftException(Exception innerException)
            : base(innerException.Message, innerException)
        {
        }

Same methods

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