C# 클래스 BeardedManStudios.Network.Unit.ForgeUnitException

상속: NetworkException
파일 보기 프로젝트 열기: drakelinglabs/unityarmada

공개 메소드들

메소드 설명
ForgeUnitException ( string message ) : System
ForgeUnitException ( ushort code, string message ) : System

메소드 상세

ForgeUnitException() 공개 메소드

public ForgeUnitException ( string message ) : System
message string
리턴 System

ForgeUnitException() 공개 메소드

public ForgeUnitException ( ushort code, string message ) : System
code ushort
message string
리턴 System