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

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

Construct instance of GameSessionFullException
public GameSessionFullException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public GameSessionFullException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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