public ExceptionNet(ENetRet Ret_, Exception innerException) : base(string.Format("ExceptionNet[{0}]", Ret_.ToString()), innerException) { _Ret = Ret_; }
public ExceptionNet(ENetRet Ret_) : base(string.Format("ExceptionNet[{0}]", Ret_.ToString())) { _Ret = Ret_; }