C# Class Microsoft.Xbox.Services.DevTools.Common.XboxLiveException

Inheritance: Exception
Mostrar archivo Open project: microsoft/xbox-live-developer-tools

Public Methods

Method Description
XboxLiveException ( string message ) : System

Creates a new XboxLiveException object with a specified error message.

Method Details

XboxLiveException() public method

Creates a new XboxLiveException object with a specified error message.
public XboxLiveException ( string message ) : System
message string The message that describes the error.
return System