C# 클래스 BeardedManStudios.Network.NetworkException

The base exception class for Forge Networking
상속: System.Exception
파일 보기 프로젝트 열기: drakelinglabs/unityarmada 1 사용 예제들

공개 메소드들

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

Constructor for a networked exception

NetworkException ( ushort code, string message ) : System

Constructor for a networked exception

메소드 상세

NetworkException() 공개 메소드

Constructor for a networked exception
public NetworkException ( string message ) : System
message string Message of the exception
리턴 System

NetworkException() 공개 메소드

Constructor for a networked exception
public NetworkException ( ushort code, string message ) : System
code ushort Error code of the exception
message string Message of the exception
리턴 System