Amazon.GameLift.Model.GameSessionFullException.GameSessionFullException C# (CSharp) Метод

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

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

Same methods

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