C# 클래스 Microsoft.Xbox.Services.DevTools.Common.XboxLiveException

상속: Exception
파일 보기 프로젝트 열기: microsoft/xbox-live-developer-tools

공개 메소드들

메소드 설명
XboxLiveException ( string message ) : System

Creates a new XboxLiveException object with a specified error message.

메소드 상세

XboxLiveException() 공개 메소드

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