C# 클래스 SteamKit2.Steam2Exception

상속: System.Exception
파일 보기 프로젝트 열기: Top-Cat/SteamBot

공개 메소드들

메소드 설명
Steam2Exception ( ) : System

Initializes a new instance of the Steam2Exception class.

Steam2Exception ( string msg ) : System

Initializes a new instance of the Steam2Exception class.

Steam2Exception ( string msg, Exception innerException ) : System

Initializes a new instance of the Steam2Exception class.

메소드 상세

Steam2Exception() 공개 메소드

Initializes a new instance of the Steam2Exception class.
public Steam2Exception ( ) : System
리턴 System

Steam2Exception() 공개 메소드

Initializes a new instance of the Steam2Exception class.
public Steam2Exception ( string msg ) : System
msg string The message.
리턴 System

Steam2Exception() 공개 메소드

Initializes a new instance of the Steam2Exception class.
public Steam2Exception ( string msg, Exception innerException ) : System
msg string The message.
innerException System.Exception The inner exception.
리턴 System