NetworkNotAvailableException Constructor (String)
Initializes a new NetworkNotAvailableException with a specified error message.
Syntax
'Declaration
Public Sub New ( _
message As String _
)
public NetworkNotAvailableException (
string message
)
public:
NetworkNotAvailableException(
String message
)
Parameters
- message
Type: String
Text that describes the error.
Remarks
The content of the message parameter is intended to be understood by humans. The caller of this constructor must ensure the string is localized for the current system culture.
Requirements
Namespace: Microsoft.Xna.Framework.GamerServices
Assembly: Microsoft.Xna.Framework.GamerServices (in microsoft.xna.framework.gamerservices.dll)
See Also
Reference
NetworkNotAvailableException Class
NetworkNotAvailableException Members
Microsoft.Xna.Framework.GamerServices Namespace
Platforms
Windows Phone