C# 클래스 Sharpcraft.Steam.SteamException

상속: System.Exception
파일 보기 프로젝트 열기: SijmenSchoon/Sharpcraft

공개 메소드들

메소드 설명
SteamException ( string message, SteamExceptionType type ) : System

Initialize a new instance of SteamException.

메소드 상세

SteamException() 공개 메소드

Initialize a new instance of SteamException.
public SteamException ( string message, SteamExceptionType type ) : System
message string Message associated with the SteamException.
type SteamExceptionType representing the type of exception thrown.
리턴 System