Condividi tramite


GamerServicesNotAvailableException Constructor (String, Exception)

Initializes a new instance of GamerServicesNotAvailableException with the specified error message and the inner exception.

Syntax

'Declaration
Public Sub New ( _
         message As String, _
         innerException As Exception _
)
public GamerServicesNotAvailableException (
         string message,
         Exception innerException
)
public:
GamerServicesNotAvailableException(
         String message,
         Exception innerException
)

Parameters

  • message
    Type: String
    A message that describes the error.
  • innerException
    Type: Exception
    The inner exception related to this exception.

Requirements

Namespace: Microsoft.Xna.Framework.GamerServices

Assembly: Microsoft.Xna.Framework.GamerServices (in microsoft.xna.framework.gamerservices.dll)

See Also

Reference

GamerServicesNotAvailableException Class
GamerServicesNotAvailableException Members
Microsoft.Xna.Framework.GamerServices Namespace

Platforms

Windows Phone