GuideAlreadyVisibleException Constructor (String, Exception)

Initializes an instance of GuideAlreadyVisibleException with the specified error message and related inner exception.

Syntax

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

Parameters

  • message
    Type: String
    A message describing 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

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

Platforms

Windows Phone